Skip to content
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] [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 #4181

Closed

Conversation

openapi-sdkautomation[bot]
Copy link

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

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

chidozieononiwu and others added 30 commits January 19, 2021 15:54
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* CodeGen from PR 11202 in Azure/azure-rest-api-specs
DiskRP Swagger for 09/30 (Azure#11202)

* test,version,CHANGELOG

* fix test

* fix version and changelog

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
…s in communication management package (Azure#16077)

* Move core dependency to setup.py from dev_requirements

* change azure core dependency version

* Update core version to be >=1.2.2

Co-authored-by: turalf <tufarhad@microsoft.com>
* Refactor send and system events

* refac

* fix test
* 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>

Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
…Credential (Azure#16228)

* Add user_token_refresh_options.py

* Change to use user_token_refresh_options

* Add user_token_refresh_options.py in chat and sms sdk

* Fix CommunicationTokenRefreshOptions

* Fix CommunicationTokenRefreshOptions

* Fix lint error

* Fix Doc string

* Change order of import six

* Remove unnecessary import

* Address PR review feedback
cleans up the code in the `devtools_testutils` folder
azure-keyvault-administration fails the mindependency test because its dev_requirements.txt includes the master branch's azure-storage-blob, which requires a later version of azure-core. Azure-keyvault-administration doesn't need the latest blob API, so a simple fix is to pin an azure-storage-blob version having a compatible azure-core requirement.
… aiohttp (Azure#16215)

* updated README with install steps for azure-identity and aiohttp

* wording + clarity on credential types/async transport

Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>

Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
* retarget the tool clone to a release tag

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
* Updated msrest minimum dependency

* changelog
…re#16274)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Increment package version after release of azure_storage_file_share

* Increment package version after release of azure_storage_file_datalake

* Increment package version after release of azure_storage_blob
* add aad support for metrics advisor

* async aad

* update

* update

* Update sdk/metricsadvisor/azure-ai-metricsadvisor/azure/ai/metricsadvisor/_metrics_advisor_administration_client.py

Co-authored-by: Krista Pratico <krpratic@microsoft.com>

* Update sdk/metricsadvisor/azure-ai-metricsadvisor/azure/ai/metricsadvisor/_metrics_advisor_administration_client.py

Co-authored-by: Krista Pratico <krpratic@microsoft.com>

* update

* update

* update tests

* update docstring

Co-authored-by: Krista Pratico <krpratic@microsoft.com>
* Enable 1ES pools for live tests.
…Azure#16276)

* allow rotation of the api/sub keys for MetricsAdvisorKeyCredential

* fix tests

* fix tests

* update changelog
* Add data as positional for cloud event

* lint

* Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py

* Apply suggestions from code review

Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>

* docs

* Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py

* Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py

Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>

Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
* Add PrepareRelease Script

* Generalize Prepare-Release Script

* Update Update-ChangeLog.ps1

* Update Package-Properties.ps1

* Update Collect-ChangeLog Script

* Update Collect-ChangeLog.ps1 and Collect-Unreleased.ps1

* Update GeneralReleaseNotesParser.ps1 script

* Update Prepare-Release Script to use recent DevOps Scripts

* Move Get-LanguageName to eng\common\scripts\Helpers\DevOps-WorkItem-Helpers.ps1, improve error message, add logic to detect changes made by prepare-release script

* Use LanguageDisplayName, move Get-CSVMetadata to Package-Properties.ps1

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* Implement sync API

* Implement async API

* Add sync tests, update public model

* Add async tests, update Definitions model

* Add sync test recordings

* Add async test recordings

* Re-generate with approved swagger changes

* Add enum, address feedback

* Update KeyVaultRoleScope location

* Address feedback

* Add test recordings

* Apply naming changes

* Thanks, Charles!
azure-sdk and others added 26 commits February 12, 2021 12:34
Resolves #1404

Co-authored-by: Heath Stewart <heaths@microsoft.com>
Azure#16670)

* Refactor python live tests to use matrix configuration

* Support cloud-specific matrix filters

* Use dynamic region variable from New-TestResources.ps1 for formrecognizer live tests

* Make live test stages dependsOn dynamic so coverage always runs last

* Simplify storage live test template

* Use location variable for formrecognizer live tests

* Fix BuildTargetingString variable reference in live tests

* Import base matrix for monitor live tests

* simplify keyvault live test config

* Fix azure-storage-blob-changefeed BuildTargetingString in live tests

* Decrease storage max parallel

* Fix service reference in live test configs

* Use base platform matrix for azure-monitor

* simplify keyvault live test config
* testing samples, ignore push mode samples

* update tests.yml for sample testing

* ignore custom endpoint samples

* use env vars defined, not arm template

* added more resources to arm template

* ignore chkpt samples

* fix ignore chkpt samples

* fix merge conflict for sb ignore samples
* Improve TestResources docs and logging

Resolves #1388
Resolves #1407

Also ignores cached service principal if it no longer exists. I ran into this while testing since I cleaned up old SPs.

* Add ADP test sub to look-up

Co-authored-by: Heath Stewart <heaths@microsoft.com>
* Rework verify agent OS step.

* Address feedback

* Justing string matching instead.

* ! instead of -not

Co-authored-by: Mitch Denny <midenn@microsoft.com>
* Re-enable OS verification.
* moving pure unit tests to a separate class with no azuretestcase inheritance

* removing previous hotfix

* added an error for if code is hit

* removing some old code from storage queue to see if that fixes issue of hitting wrong section in tests

* add datetime to import

* some other deprecated storage account pytest fixtures

* undoing more changes

* made the user agent tests actually make calls, solves issues with previous hotfix

* fixing two user agents for pipeline tests

* changed the raised exception to a warning

* fixed a string formatting issue

* warn -> warning
* Create package property file using artifact name

* Add option to pass config file dir

* Set default config file directory to avoid script execution failure

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
* Added exists() to Datalake clients

* added tests

* linter

* fixed test name
Needed to add the Pool name to the additional matrix entry.
Azure#16369)

* converge management documentation generation to the same methodology in preperation for deleting generate_doc.py
Merge abe1d63abeaaa5abf5d6348ff588a8ca97bb1032 into 718275a
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13029/azure-mgmt-costmanagement branch from 692fd51 to 422d3bd Compare February 18, 2021 08:05
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.