forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
[AutoPR track2_azure-mgmt-peering] peering readme t2 config(wave4) #5320
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,374
commits into
release/v3
from
sdkAuto/14106/track2_azure-mgmt-peering
Closed
[AutoPR track2_azure-mgmt-peering] peering readme t2 config(wave4) #5320
openapi-sdkautomation
wants to merge
2,374
commits into
release/v3
from
sdkAuto/14106/track2_azure-mgmt-peering
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
* create tests mgmt yaml * moved file following keyvault
* tests mgmt yaml * move file as following keyvault pipeline
* generated code from swagger * adding files from template * adding a tests.yml file * outlining base structures * adding more skeleton code * formatting code * adding some async files * fixes for apiview * added models and clients based on feedback from arch board * running black to keep code clean * more changes to auth * have a basic pipeline * added an auth policy for username & password * have a working auth policy * need to add a page iterator class for returned repositories * working list tags and list repositories methods * adding a change to the tests.yml file to run in live mode once I get there * added more methods * adding test infra * adding swagger file * regen with Jeremys swagger, fixing up implementations * added delete method, more models are filled out * code formatting and adding helper method to repository client * adding changes from newest swagger * updated generated code * adding tests for list and delete not exists, small changes to tests.yml * adding more list tests * updating readme and setup * adding more things the pipelines need * fixing pylint issues to get pipeline green * making all tests live tests * updating ci and readme with tables copies * updates to readme * adding more changes * draft based on pallavis code * updating readme * removing old sections from readme * more readme deletions * adding auth policy back in * ignore swagger readme * adding devtoolsback * readme fix, linting fix * updating shared reqs * regenerated code, fixed changelog, modified test structure * formatting * fixed up all lint and mypy issues * formatting * adding devtools to dev_reqs * including samples and license in manifest, thank you scbedd * updating swagger * adding skeleton for auth flow * more auth files * committing for izy to take a look * forgot new files * working auth policy using challenge * working tests * deleting recordings * authentication flow test * regenerated * fixing up test * new generated code, fixed user agent, passing tests * fixing up a few tests * changing a test slightly * async policy almost working, problem with the same url encoding * more test fixes * working live and playback * linting fixes, had to remove mypy because of issues in generated * adding conftest, fixing up async issue * renaming the async test file * fixing async tests * more fixes * removing async tests folder * addressing charles and anna's comments, thank you both * removing more from authpolicy * removing exchange client * tests for delete tag * importing tags for delete operations * cleanup * forgot to include a recording * add delete repo tests: * regenerated from autorest, added delete artifact method to sync and async * fixing up recording files * linting issue * run black * undoing all changes to generated code * adding distributed trace decorators
updating template path in mgmt/tests.yml, since it was moved one folder in
updating template path in mgmt/tests.yml, since it was moved one folder in
addressing: Azure#17248
* generated code from swagger * adding files from template * adding a tests.yml file * outlining base structures * adding more skeleton code * formatting code * adding some async files * fixes for apiview * added models and clients based on feedback from arch board * running black to keep code clean * more changes to auth * have a basic pipeline * added an auth policy for username & password * have a working auth policy * need to add a page iterator class for returned repositories * working list tags and list repositories methods * adding a change to the tests.yml file to run in live mode once I get there * added more methods * adding test infra * adding swagger file * regen with Jeremys swagger, fixing up implementations * added delete method, more models are filled out * code formatting and adding helper method to repository client * adding changes from newest swagger * updated generated code * adding tests for list and delete not exists, small changes to tests.yml * adding more list tests * updating readme and setup * adding more things the pipelines need * fixing pylint issues to get pipeline green * making all tests live tests * updating ci and readme with tables copies * updates to readme * adding more changes * draft based on pallavis code * updating readme * removing old sections from readme * more readme deletions * adding auth policy back in * ignore swagger readme * adding devtoolsback * readme fix, linting fix * updating shared reqs * regenerated code, fixed changelog, modified test structure * formatting * fixed up all lint and mypy issues * formatting * adding devtools to dev_reqs * including samples and license in manifest, thank you scbedd * updating swagger * adding skeleton for auth flow * more auth files * committing for izy to take a look * forgot new files * working auth policy using challenge * working tests * deleting recordings * authentication flow test * regenerated * fixing up test * new generated code, fixed user agent, passing tests * fixing up a few tests * changing a test slightly * async policy almost working, problem with the same url encoding * more test fixes * working live and playback * linting fixes, had to remove mypy because of issues in generated * adding conftest, fixing up async issue * renaming the async test file * fixing async tests * more fixes * removing async tests folder * addressing charles and anna's comments, thank you both * removing more from authpolicy * removing exchange client * tests for delete tag * importing tags for delete operations * cleanup * forgot to include a recording * add delete repo tests: * regenerated from autorest, added delete artifact method to sync and async * adding a set registry artifact properties method and test * continuing to debug test * working set operations and tests * adding tests to ensure ResourceNotFoundError is thrown * marking sync set_manifest/tag tests as live only because of recording issue
* Fixed threshold value improve Datalake performance * added const to all base clients
* drop 3.5 * update version * comments
* Add azure Sas credential support * changes * update_azure_core * test * lint * lint * lint * comments + lint * comments * remove try/catch * oops * Update sdk/eventhub/azure-eventhub/CHANGELOG.md Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * mypy * lint agasin * Apply suggestions from code review Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * Apply suggestions from code review Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * test fix Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
* Adapt SB to latest OT changes * lint * lint * azure core _ tests fix * excetp * oops * lint
Addresses Azure#17508 . Adding a transport wrapper to pipelines to ensure sessions are not closed when using context managers. PR is based off another branch not yet in master, need Azure#17540 to be merged first.
* bump uamqp, drop 3.5, changelog update * revert 3.5 changes, will create a new PR for dropping 3.5 * Update sdk/servicebus/azure-servicebus/CHANGELOG.md * Update sdk/servicebus/tests.yml
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
- Update link checking pipeline to enable caching - Add loading cache file from a http endpoint - Add retry logic when hitting 429 Fix verify link renaming scenarios - Correctly error if link format is incorrect - Handle case where the replace regex is not passed - Improve the error logging so it is easier to identify the broken links Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
…ws (Azure#18214) * add testcases for labeled tables - fixed/variable rows * fix input param * shorten test variable names * update test-resources.json env var names
* CodeGen from PR 13832 in Azure/azure-rest-api-specs hybridnetwork only track2 configure (Azure#13832) * hybridnetwork only track2 configure * remodify * namespace del Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * version,CHANGELOG 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 14064 in Azure/azure-rest-api-specs managedservices t2 onfig (Azure#14064) 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>
* Initial add of modelsrepository server and azure-iot-modelsrepository package
(potential) fix for deadletter_messages_and_correct.py sample timeout exceeded error (over 300 minutes). fixes: Azure#18207
* move azure-messaging-nspkg one level up, as it was duplicated. add ci.yml for nspkg, resolve miscellaneous analyze checks
Merge 67544828bb13c9d029d9b1d2dc433d275647f2f3 into fca535e
d1f9465 to
af17b5c
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#14106
You can install the use using pip install of the artificats.