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-costmanagement] [T2] python track2 config for costmanagement #4089
Closed
openapi-sdkautomation
wants to merge
1,601
commits into
release/v3
from
sdkAuto/12835/azure-mgmt-costmanagement
Closed
[AutoPR azure-mgmt-costmanagement] [T2] python track2 config for costmanagement #4089
openapi-sdkautomation
wants to merge
1,601
commits into
release/v3
from
sdkAuto/12835/azure-mgmt-costmanagement
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
Co-authored-by: turalf <tufarhad@microsoft.com>
* cleaned up batch delete sample * fixed spacing
…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)
* copy identity client files from admin to new pkg * add back version.py for wheel generation * update _version.py * remove redundant files * fixed error with init file * update identity sdk with swagger changes * update swagger + regenerate * fix async impl + tests * Updated sync identity client and tests * Use Azure.Core.AccessToken instead of CommunicationUserToken * Updated formatting in CHANGELOG * Updated CHANGELOG * Updated CHANGELOG * fix typo in samples * update samples to include new method * Update Readme and Samples * docstring + formatting fixes * more docstring fixes * whitespace fixes * formatting + doc fixes * fix sync client test * bodyreplacer modified to handle nested json * generate sanitized recordings * Updated formatting for method documentation * Fix trailing whitespace Co-authored-by: Lakshman Sundaralingam <lakshmans@microsoft.com>
* Add aio folder and update GA tag * address arch board review feedback * update * permanently change batch size in 413
* Remove filter on mindependency testing. we now test all requirements, not just ones starting with azure. * Update `six` requirement for azure-identity, azure-ai-formrecognizer, azure-ai-metricsadvisor. * Remove msrest from existing **/dev_requirements.txt. * Rpdate azure-devtools storage_testcase.py to allow import failure from azure-core. This package is used properly without that package. Need to be able to import * from the namespace without hitting issues.
* CodeGen from PR 12756 in Azure/azure-rest-api-specs Add 2020-10-01-preview-only to python.md (Azure#12756) * add 2020-10-01-only to python.md * fix * test,version,CHANGELOG * fix test Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
* exception handle * encode utf-8
* Update CHANGELOG.md * Update _version.py * Packaging update of azure-mgmt-resourcemover Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
Azure#16075) * Added support for AAD auth * added successful test recording * Addressed comments * Edited readme * Fixed README
…te (Azure#16295) * custom end point and custom certificate support * update uamqp auth hostname to custom_endpoint_host * update changelog * update shared requirements * update yml prepare for the wheel test, will remove after test done * update parameter description * bump version * remove test variable as uamqp v1.2.14 is released * small tweak in impl, add sample * add new test case * more clear description * add more doc in sample * fix pylint
* Kill Deserializer * kill cuatom events * cloud event * eg event * SystemEventNames * more changes * doc string * aio docstring * samples * lint fix * lint * updates * Update champion_scenarios.md * updates * fix samples * md file * custom-2 * oops * tests * Update sdk/eventgrid/azure-eventgrid/README.md 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> * change * Apply suggestions from code review * lint * fix sample * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * Update sdk/eventgrid/azure-eventgrid/samples/publish_samples/publish_custom_schema_events_to_topic_sample.py Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
* new swagger * fixed OrMetadata * added new version * Added Container Rename (Blobs & Datalake) and Container Restore (Datalake) (Azure#16088) * generated container rename * ormetadata * added sync and async method for * added all missing methods * added all missing methods * added kwargs * generated from main swagger branch * swagger change * downgraded version * added rename_container sync and async tests * added all tests and fixed filesystems models * fixing recordings * removed uselesss param * fixed failing test * fixed bad import * [Blob] Added support for container SAS on batch operations (Azure#16211) * generated * Added support for container SAS for batch operations * fixed tests and made method more generic * pylint * added canadacentral * added canadacentral * Delete test_container_async.test_batch_blobs_with_container_sas.yaml recording is not used ^_^ * Delete test_container.test_batch_blobs_with_container_sas.yaml * manually fixed test * manually fixed test Co-authored-by: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com> * added missing params * STG76 Archboard cleanup + additional rename methods (Azure#16431) * Arch board clean up * fixed tests * playback only tests * privated rename_container * privated rename filesystem * added all missing apis * added all missing apis * fixed failing test * removed version from docstrings * skipped tests Co-authored-by: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.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
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/12835/azure-mgmt-costmanagement
branch
from
February 4, 2021 07:04
99e3d0c
to
c9ced18
Compare
Merge 9d1b52e36d9dc374d63bd723c0f30b1cb91b2ac5 into d3637e8
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/12835/azure-mgmt-costmanagement
branch
from
February 4, 2021 07:05
c9ced18
to
020051f
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#12835
You can install the use using pip install of the artificats.