forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
[AutoPR track2_azure-mgmt-synapse] fix typo in Synapse #5202
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
Closed
openapi-sdkautomation
wants to merge
2,302
commits into
release/v3
from
sdkAuto/13994/track2_azure-mgmt-synapse
Closed
[AutoPR track2_azure-mgmt-synapse] fix typo in Synapse #5202
openapi-sdkautomation
wants to merge
2,302
commits into
release/v3
from
sdkAuto/13994/track2_azure-mgmt-synapse
Conversation
This file contains hidden or 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
* Fix communication chat readme and samples issues * Update README.md
* add t1 perf test * minor fix on readme/code
* Fix issue where 2d index arrays with length 1 get flattened by powershell * Pass NonSparseParameters to imported matrix generation Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* delete cancel translation job samples * rename files to fit hero scenarios * add samples for authenticating the client * updates for create translation job samples * updates for document status check samples * update samples for list jobs * updates for samples that use azure storage * updates for samples for glossaries * fix weird indent on sample headers * replace references to FR * remove glossary sample test prefix * update readme links to samples * comment out non-live links * review feedback * failed at job level won't have error code/message * missed a rename for translation glossary format -> file_format
* Checked in the changes directly. * Address feedback and remove the check of set-default-branch * Fixed base repo branch * Update git-branch-push.ps1 * Fixed the docs-metadata-release * Change the typo * Update eng/common/scripts/git-branch-push.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> * Keep origin format * Update git-branch-push.ps1 * Keep fixing the typo Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* regen on swagger with id docs updates * code changes for field value types - gender and country * update samples * updates the id doc tests where fixme * update changelog
* Update README.md * Update sample_publish_events_to_a_topic_using_sas_credential.py
* Update README.md * Update README.md * Update cosmos_client.py
* search perf tests
…Traversal (Azure#16981) * Added support for Blob/Container traversal * added samples * fix import * added bsc to container * linter * removed credential and wrapper * fixed linter * linter * linter * share pipeline obj * linter
* upgrade autorest.python to 5.6.2 * fix
* CodeGen from PR 13698 in Azure/azure-rest-api-specs support readme.python change (Azure#13698) * version,CHANGELOG * test * support changelog config(wave4) * -GA space add Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com>
* CodeGen from PR 13575 in Azure/azure-rest-api-specs frontdoor readme t2 config (Azure#13575) * wrong opr * delete unexpected modification * frontdoor readme t2 config * readme.python version del * frontdoor clear-output-folder del * forntdoor readme.pythong package-version add * version,CHANGELOG * frontdoor auto release * -GA space add Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com>
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>
Fixes to Azure#17629
* sync client docstrings * add async docstrings * docstrings update for models * uncomment readme links * add samples snippets and explain status codes * fix async sample paths in readme * small fix * mari's feedback * izzy's feedback
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
…ities (Azure#18025) * Added exception to begin_update_phone_number_capabilities * Updated check to be case insensitive
…re the DNS workaround is run in (almost) all pipelines (Azure#18049) Co-authored-by: Mike Harder <mharder@microsoft.com>
* Verify samples during CIs Replaces Azure#17999 for use in all language repos. * Move exit to proper scope * Use verify-samples template Co-authored-by: Heath Stewart <heaths@microsoft.com>
* Handle empty files in Test-SampleMetadata Relates to Azure/azure-sdk-for-java#20684 * Remove condition from verify-samples * Use forward slash in path * Fix directory typo * Remove invalid 'telemetry' product slug Relates to Azure#17991 * Disable verify-samples template Opened Azure#18066 to track re-enabling it. Co-authored-by: Heath Stewart <heaths@microsoft.com>
* CodeGen from PR 13923 in Azure/azure-rest-api-specs dns t2 readme config (Azure#13923) * version,CHANGELOG * test * test config * dns changelog config * test config Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com> Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
* CodeGen from PR 13910 in Azure/azure-rest-api-specs hybridcompute readme t2 config (Azure#13910) * readme t2 config * hybridcompute t2 readme config * version,CHANGELOG * test * hybridcompute changelog config Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com> Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
* remove multiapi generated code * update
### Description: #### What We want to have the ability to trigger live tests separately for different packages #### How Set runtime parameters ```Services``` at the test YAML file. Based on [recommendations ](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/keyvault/tests.yml)from sys engineering team, add in test filtering logic based on package name so that developers can override [ run parameters from the pipeline ](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/runtime-parameters?view=azure-devops&tabs=script). By default, all packages will be built and tested. ### Test: * Run [all packages](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=842788&view=results) * Run [a selected package](https://dev.azure.com/azure-sdk/internal/_build/results?buildId=842906&view=results)
* user agent impl update * fix typo
* recording processor updating for foreign clouds * Update tools/azure-devtools/src/azure_devtools/scenario_tests/recording_processors.py Co-authored-by: Charles Lowell <chlowe@microsoft.com> Co-authored-by: Charles Lowell <chlowe@microsoft.com>
* dns changelog config * dns _version config
…8044) * validate iso8601 duration format in mgmt module * fix tests * upload test records * add update_* test and bug fix * fix mypy * more mypy fix * mypy fix
* Removed unused encryption * Started refactor * More refactoring of clients * Updated async retry policy * Some test and sample fixes * pylint * Fixed acl tests * Skip retry for now * Fix pipeline sharing * Fixed retry tests * Pylint * Update sdk/tables/azure-data-tables/tests/test_retry.py Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com> * Update sdk/tables/azure-data-tables/tests/test_retry_async.py Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com> * Updated changelog * Fix CI Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com>
* update template setup.py to reflect track 2. update tests.yml to pass the correct buildTargetingString
* Regenerate SDK. * Update changelog.
26 tasks
Merge 84e088c6a9c2e831cd2c2b406cbcce062da94d78 into d95c18e
f118c4d to
1b82bfc
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#13994
You can install the use using pip install of the artificats.