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 azure-mgmt-containerservice] Dev containerservice microsoft.container service 2021 02 01 #4042
Closed
openapi-sdkautomation
wants to merge
1,618
commits into
release/v3
from
sdkAuto/12771/azure-mgmt-containerservice
Closed
[AutoPR azure-mgmt-containerservice] Dev containerservice microsoft.container service 2021 02 01 #4042
openapi-sdkautomation
wants to merge
1,618
commits into
release/v3
from
sdkAuto/12771/azure-mgmt-containerservice
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
…ith conn str sample (Azure#15955)
* initial commit * Update migration_guide.md * comments
* renamed checkpoint by batch samples to by event count * change link in EH sample readme for event count sample
Fixing function by setting key_encryption_key instead of key_resolver_function
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
- Add set of helpers to work with devops work items - Add script to create devops release package items - Update SemVer to support version type Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
* update migration guide * Apply suggestions from code review Co-authored-by: Rakshith Bhyravabhotla <rakshith.bhyravabhotla@gmail.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> * addressing comments * tweak table of contents * update according to comments Co-authored-by: Rakshith Bhyravabhotla <rakshith.bhyravabhotla@gmail.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
* [ChangeFeed]Tweak one test and re-record * fix CI failure
**In this PR:** - Add `AzureSasCredential` per Azure/azure-sdk#1954 - `AzureSasCredential` is the name that has been settled on the end of discussion. - Add `AzureSasCredentialPolicy` that appends SAS to query **Remarks:** - Some service (like storage in the Portal) present SAS with leading "?". This has to be stripped before appending - The validation if serviceUri already contain sas (mentioned [here](Azure/azure-sdk#1954 (comment))) will be responsibility of service clients: - the format varies between services (i.e. Event Grid SAS and Storage SAS are vastly different) - it would be good to fail fast (at client creation) rather than late (at request send). **References** - [.NET PR](Azure/azure-sdk-for-net#17636)
* CodeGen from PR 12269 in Azure/azure-rest-api-specs update healthbot t2 config (Azure#12269) * update healthbot t2 config * fix readme * update changelog * fix * fix Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
…zure#15947) * added samples to pipeline, fixed up a few samples to actually work * fixed up samples to pass, changed table names, inserted a few sleeps * fixed up unicode and python2 issues, added cleanup methods and unique table names * added unicode endings * fixing up samples to use with, and removing unnecessary comments * bug on a sample
* use getattr to lazy load aiohttp and trio
* refactor hierarchy of HttpPolicy & AsyncHttpPolicy
* add transport docs in readme * remove Transport configurations from dev doc
* add function for getting existing package versions * Add SetPackageVersion function * Update versioning tools logic * Add GetPackageInstallNotes function * Add GetPackageInstallNotes function * Remove changes unrelated to update changelog
* Make the user agent configurable. * Address comments * Default to current Chrome version * Revert the yaml file changes Co-authored-by: Sima Zhu <sizhu@microsoft.com>
* add ignore list for samples * add sample to ignore for eventgrid
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update sdk/cosmos/azure-cosmos/README.md Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com> * Update README.md Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
* modify update methods and metrics_id * update release date
* Support sub directory for artifact location * Fix as per review comment to avoid artifact sub path * Package property file is not created for track1 and management pacakges. * Fix property name case * Fix as per review comments * Fix as per review comments * Use Config File param value as is * Change to make path joineasily readable Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
* update azure core * update
* Updated cosmos emulator yml script to remove the existing installation, install latest version and run emulator with latest version * Added default emulator start arguments if none provided * Updated default start params * Updated default start params in PS script * Updated default start params in PS script Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com>
* call on_error if timeout in flush * address arch review feedback * update release date * remove print statement
* Added package properties SDKType and NewSDK
* encoding * Update autorest_tools.py
* Scan all duplicate artifacts which set hide to true * Update eng/common/docgeneration/Generate-DocIndex.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> * Update Generate-DocIndex.ps1 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>
* CodeGen from PR 12833 in Azure/azure-rest-api-specs add python track2 for applicationinsights (Azure#12833) * test,version,CHANGELOG * fix changelog and version Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
* CodeGen from PR 12834 in Azure/azure-rest-api-specs add python track2 config for kusto (Azure#12834) * test,version,CHANGELOG * fix changelog and version Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
* try something try again try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try skipping most tests so i can test quickly try speed up testing even more even faster even faster try try try try try try try try try try try try try try try try try try try * add test-resources.json files * refactor testcase and preparers * refactor all tests * fix before next test run * unskip tests * fix for recorded tests * fix operation location replacer * don't use images hosted on github * fix envar * fix pipeline error * try fix pipeline error
…zure#16510) * filter packages by python_requires release info retrieved by pypi. now we only select package versions that are compatible with current platform
…idance (added alpine installation) (Azure#16515) * update readme pointing to uamqp installation guidance * Apply suggestions from code review Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
* adding missing supported fields * update async sample * updating sample invoice
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/12771/azure-mgmt-containerservice
branch
from
February 5, 2021 06:17
b129293
to
7f784ae
Compare
Merge 32b3ad996fe3b55694146686a3e3cb7d04da8544 into 25bcc4c
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/12771/azure-mgmt-containerservice
branch
from
February 5, 2021 06:19
7f784ae
to
ef89545
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#12771
You can install the use using pip install of the artificats.