Skip to content

Conversation

@openapi-sdkautomation
Copy link

Create to sync Azure/azure-rest-api-specs#13994

You can install the use using pip install of the artificats.

v-xuto and others added 30 commits March 26, 2021 11:36
* 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>
)

* breaking off into a second PR for just update_sync_token functionality

* adding newline

* updating based on xiangs comments, updating changelog

* changes to sync token test, upgrade to 1.2.0
* 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>
seankane-msft and others added 26 commits April 14, 2021 12:25
…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
Merge 84e088c6a9c2e831cd2c2b406cbcce062da94d78 into d95c18e
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13994/track2_azure-mgmt-synapse branch from f118c4d to 1b82bfc Compare April 16, 2021 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.