forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AutoPR track2_azure-mgmt-synapse] Kusto pools principal assignment #5302
Closed
openapi-sdkautomation
wants to merge
2,397
commits into
release/v3
from
sdkAuto/14079/track2_azure-mgmt-synapse
Closed
[AutoPR track2_azure-mgmt-synapse] Kusto pools principal assignment #5302
openapi-sdkautomation
wants to merge
2,397
commits into
release/v3
from
sdkAuto/14079/track2_azure-mgmt-synapse
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixes Azure#17237 - need to check if uamqp should drop 3.5
* kind * send * receive * lint + sample fix * comments * trace message for batch data * oops * Apply suggestions from code review * lint * lint
…17754) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Warn only on attribute error * Apply suggestions from code review Co-authored-by: Laurent Mazuel <lmazuel@microsoft.com> Co-authored-by: Laurent Mazuel <lmazuel@microsoft.com>
* first draft * PR reviews
…ing (Azure#16771) * made changes based on Pavels changes to .net * fixed some syntax bugs and other small things * added method _to_generated * working tests for the two new configuration settings, very basic get/retrieve tests * improved building of the FeatureFlagConfigSetting, now can be instantiated directly, or can be retrieved from the service * fixed up the SecretReferenceConfigurationSetting, need to fix the methods for FeatureFlag * have both new configuraiton settings working, need to build out the feature flag * added four more tests, verified sync tokens, creating FeatureFilter base classes * fadded a second feature flag * stashing * added custom filter * adding support for multiple features * turning [None] into [] * fixing final tests for sync client * another test having issues with matching on vcr * updating secret reference configuration to use uri instead of value * updating config settings to be easier to use * added tests for aad and regular client * adding async * updating typehints * adding more type hints * cleaning up docstrings in clients * fixed test issues * changing featurefilter to filters * need to undo feature filters * removed specific feature filters, instead leaving as dicts * fixed up sync tokens tests, pylint issues * adding a close to the clients * fixing close method * fixing up type hints * fixed a typehint * remove add_feature_filter, add 'kind' to each class * fixing up feature filter parsing * pylint fix * updating based on other languages * updates to be consistent * removed feature filter and replaced with dicts * code formatting * updates for apiview * fixes on content types * pylint fixes * adding constants * fixing up tests from merge conflicts * adding setter and @properties to secret reference * added @Property and setter for value and enabled * linting fix, adding filters to the property * raise AttributeError if value is set to a non dictionary * copying file over from master * removing python 3.5 support * undoing change * removing my removal for py35 support * adding a test to make sure configsetting.value can be None or blank string * addressing xiangs comments * changing featureflag to not prefix the key * adding validation on creation for feature flag config settings * adding key prefix if it is not there * small fixes * changes to secret reference based on discussion with xiang * fixes to feature flag * more fixes * update changelog, replace _value with value, handle KeyError
* add normailizer support * updates * add odata_type string for CustomNormalizer * update changelog
bump uamqp dependency and check discarding/close connection status for resending if message in a failed sending status.
* new swagger * return objects for set_manifest_properties * return types on set_tag_properties * linting fixes
* Fixed kwargs * Update datetime serialization * Added tests * Fixed timezone support * Pylint updates * Fixed test awaits
* mgmt live tests * remove line
…V value not present in the azure-dev-tools base testcase (Azure#17805)
* Use matrix config for CI/PR tests * DependsOn, remove duplicate regression test * Update platform matrix and test file names * Update cosmos ci tests for new pipeline configs * Update python version selection in matrix configs * Remove PR specific matrix configs * Consolidate base matrix across OSes
* rename folder structure to azure-ai-translation-documents * regenerate with translation-documents naming * update translation documents references in package * update codeowners and shared reqs * add azure-ai-translation-nspkg * add nspkg to dev requirements * translation-documents -> translation-document * rename DocumentTranslationClient to DocumentTranslatorClient * update readme * revert rename for client * sdk/translator -> sdk/translation * fix whitespace * renames for sample readme * fix analyze step errors * fix flaky tests - will succeed after one target finishes * add nspkg to shared reqs * make param optional for checks
* new swagger * return objects for set_manifest_properties * return types on set_tag_properties * linting fixes * fixing order by params and adding tests
* Shared models using protocol * Updated clients and models * Added typeddicts * Some test fixes * Pylint fixes * Some test fixes * Fixed typeddict declaration * Updates to Identity * id -> raw_id * Identifier -> id * Fixed typehint * Fixed more typehints * Updates to serialization * Updated identity type hints * Missing 'N'
* Add a tox environment that ensures aiohttp is not present for a suite of tests, to ensure compatibility without the package. * Add try_import.py, script that can be used to safely attempt import of something we expect not to be present. Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com>
* fixing up delete tests * docstring fixes for better sphinx docs * readme, sample, async sample, and basic readme sample * adding more details to the README * Update sdk/containerregistry/azure-containerregistry/README.md Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> * Update sdk/containerregistry/azure-containerregistry/samples/README.md Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> * Update sdk/containerregistry/azure-containerregistry/samples/README.md Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> * Update sdk/containerregistry/azure-containerregistry/samples/async_samples/sample_create_client_async.py Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> * vartype -> type * mccoys suggestion and removing old sample file * add to setup.py * expanding the basic samples a bit Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
* move azure-messaging-nspkg one level up, as it was duplicated. add ci.yml for nspkg, resolve miscellaneous analyze checks
* CodeGen from PR 14106 in Azure/azure-rest-api-specs peering readme t2 config (Azure#14106) * version,CHANGELOG * test * peering changelog config Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com>
* CodeGen from PR 14084 in Azure/azure-rest-api-specs Include the preview version of resource changes and resources history… (Azure#14084) * Include the preview version of resource changes and resources history APIs * Address the review feedback on releasing the new package version. * version,CHANGELOG * test * resourcegraph changelog config Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com> Co-authored-by: Zed <601306339@qq.com>
* Add AzureNamedKeyCredential * lint * Update sdk/core/azure-core/CHANGELOG.md Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> * some changes * oops * version * mypy fix * lint * remove policy * doc * Update sdk/core/azure-core/azure/core/pipeline/policies/_authentication.py * Update sdk/core/azure-core/azure/core/pipeline/policies/__init__.py * Update sdk/core/azure-core/azure/core/pipeline/policies/__init__.py * changelog * update tests * fix * update test Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
This reverts commit 40e7f7d.
* update pipeline * update * pylint fix * update * update
* CodeGen from PR 14061 in Azure/azure-rest-api-specs update (Azure#14061) * version,CHANGELOG Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
* CodeGen from PR 14063 in Azure/azure-rest-api-specs databoxedge readme modification (Azure#14063) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * version,CHANGELOG * test * modify version Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
* CodeGen from PR 14075 in Azure/azure-rest-api-specs maps t2 config (Azure#14075) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * version,CHANGELOG * test * version modification Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: zhangyan133 <77086185+zhangyan133@users.noreply.github.com> Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
…8276) * Update Identity Readme * Revert Readme * Cleaning up environment variables in tests.yml Co-authored-by: Minnie Liu <peiliu@microsoft.com>
Added first version of webpubsub service client. Co-authored-by: Liangying.Wei <lianwei@microsoft.com> Co-authored-by: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
….yml, sdk/template/tests.yml
* add missing dependency on azure-mgmt-core
* breaking change item for pipeline * fix * fix * fix * fix * Update conf.py * Update conf.py * Update auto_package.py
* CodeGen from PR 14105 in Azure/azure-rest-api-specs mixedreality t2 readme config(wave4) (Azure#14105) * mixedreality t2 readme config * t2 config del * version,CHANGELOG * changelog config Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com>
Merge f72ddf2759e15f3bbe00cf87b9a0693b6f55b1e1 into 5c94eb5
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14079/track2_azure-mgmt-synapse
branch
from
April 27, 2021 09:36
6c6222b
to
93acd71
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create to sync Azure/azure-rest-api-specs#14079
You can install the use using pip install of the artificats.