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-netapp] update description for netapp #4210

Closed
wants to merge 1,754 commits into from

Conversation

openapi-sdkautomation[bot]
Copy link

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

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

sacheun and others added 30 commits January 20, 2021 17:35
* Updated msrest minimum dependency

* changelog
* 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 <[email protected]>

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

Co-authored-by: Krista Pratico <[email protected]>

* update

* update

* update tests

* update docstring

Co-authored-by: Krista Pratico <[email protected]>
* 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) <[email protected]>

* 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) <[email protected]>

Co-authored-by: Adam Ling (MSFT) <[email protected]>
* 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 <[email protected]>
* 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!
* rename list_dimension_values

* add samples
* Added AAD support

* Added record files
* Add swagger json from the link to the local file

* Add CommunicationIdentifierModel into swagger

* Add CommunicationIdentifierModel to models

* Add py3 CommunicationIdentifierModel to models

* Add CommunicationIdentifierKind

* Add serialize to CommunicationIdentifierModel

* Remove Value suffix from the "kind" enums entries

* Add deserizlize to CommunicationUserIdentifierSerializer

* Replace "self" with "cls" in classmethods

* Replace value property with phone_number

* Add fileds validation in anonymous

* Add serialize/deserialize unittest

* Fix model doc strings

* Remove whiltespaces

* Add header; remove whitespace

* Replace self with cls

* Remove empty line

* Remove py3 model

* Rename var name from id to identifier

* Capitalize enum values

* Add pylint skip for models file

Co-authored-by: turalf <[email protected]>
* Lossen up $RELEASE_TITLE_REGEX to accomodate wrongly formated changelogs

* Update changelog logic to use ordered hashtable

* Update semver and Changelog logic

Co-authored-by: Chidozie Ononiwu <[email protected]>
…n string parser (Azure#16204)

* created EventHubConnectionStringProperties and connection string parser

* changing event_hub naming to eventhub

* fix eventhub_name in test

* remove print stmt

Co-authored-by: Adam Ling (MSFT) <[email protected]>

* add contains to DictMixin

Co-authored-by: Adam Ling (MSFT) <[email protected]>
Azure#16313)

* remove local install of azure-sdk-tools from common location. add to dev_requirements where necessary
…age (Azure#16300)

* initial commit: new folder for identity

* Added root files to identity package

* copy identity client files from admin to new pkg

* add autorest generated files

* copy samples over

* update references in other packages

* Added tests to identity package

* remove identity code from admin package

* update changelog

* remove identity code from admin package

* update changelog

* Removed identity tests from admin package

* Update admin readme

* add back version.py for wheel generation

* Removed user credential test in admin package

* update _version.py

* remove redundant files

* fixed error with init file

* minor naming fixes

* only expose required shared models

* Update chat to reference new identity package

* Updated identity test recordings

* Added examples to identity README.md

* Updated dependencies in identity package

* Updated code style to meet pylint requirements

* Added identity package to ci file

* Updated CHANGELOG version formatting

Co-authored-by: Bert Ong <[email protected]>
…zure#16334)

* prefix appearance/style model with Text and expose models

* add line appearance to sample with signature

* feedback
jbeauregardb and others added 15 commits February 17, 2021 10:51
Azure#16369)

* converge management documentation generation to the same methodology in preperation for deleting generate_doc.py
Removed this accidentally on the test refactor
* Handle metapackages that cannot be installed and Set package properties and reduce python calls to get package properties
* Change other version to all versions

* Exclude the packages which already show up in latest GA and preview

* Update main.js

Co-authored-by: Sima Zhu <[email protected]>
Co-authored-by: Sima Zhu <[email protected]>
00Kai0 and others added 9 commits February 19, 2021 15:24
* hot fix potentially for servicebus

* reverting changes
* Trim off the target branch

* Update eng/common/scripts/get-markdown-files-from-changed-files.ps1

Co-authored-by: Wes Haggard <[email protected]>

* Update get-markdown-files-from-changed-files.ps1

* Update get-markdown-files-from-changed-files.ps1

* Trim the slash

Co-authored-by: Sima Zhu <[email protected]>
Co-authored-by: Sima Zhu <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>
* Add job matrix generation scripts

* Add working job matrix example pipeline and common matrix generation pipeline.

* Update job matrix tests path

* Parameterize matrix generation job path

* Add global variable to override nuget security checks to sample matrix pipeline

* Update readme matrix pipeline example to match sample file

Co-authored-by: Ben Broderick Phillips <[email protected]>
Merge 37b26cdcd5f6775c314b4720c21f1978c64a0289 into 9800a75
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.