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

[ReleasePR track2_azure-mgmt-keyvault] Generate go sdk for keyvault - package-preview-2020-04 #14493

Conversation

openapi-sdkautomation[bot]
Copy link
Contributor

Created to release azure-mgmt-keyvault.Reopen this PR to release the SDK.
If you can't reopen it, click here to create a new one.
(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-keyvault

You can install the package azure-mgmt-keyvault of this PR using the following command:
pip install "git+https://github.com/AzureSDKAutomation/azure-sdk-for-python@sdkAutomation/track2_azure-mgmt-keyvault@11187#egg=azure-mgmt-keyvault&subdirectory=azure-mgmt-keyvault"

You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/AzureSDKAutomation/azure-sdk-for-python@sdkAutomation/track2_azure-mgmt-keyvault@11187#egg=azure-mgmt-keyvault&subdirectory=azure-mgmt-keyvault"

If you have a local clone of this repository, you can also do:

  • git checkout sdkAutomation/track2_azure-mgmt-keyvault@11187
  • pip install -e ./azure-mgmt-keyvault

Or build a wheel file to distribute for testing:

  • git checkout sdkAutomation/track2_azure-mgmt-keyvault@11187
  • pip wheel --no-deps ./azure-mgmt-keyvault

Direct download

Your files can be directly downloaded here:

@ghost ghost added KeyVault customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Oct 14, 2020
@ghost
Copy link

ghost commented Oct 14, 2020

Thank you for your contribution openapi-sdkautomation[bot]! We will review the pull request and get back to you soon.

openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this pull request May 25, 2021
Web ant93 release: Updating API version to 2021-01-01 (Azure#14489)

* Adds base for updating Microsoft.Web from version stable/2020-12-01 to version 2021-01-01

* Updates readme

* Updates API version in new specs and examples

* Bring in swagger for Microsoft.CertificateRegistration and Microsoft.… (Azure#14212)

* Bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs

* Add custom word

* Actually bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs

* Update AppServicePlan.json with preoperty (Azure#14388)

Adding ElasticScaleEnabled to ASP object!

* Swagger changes for kubeenv (Azure#14417)

* Swagger changes for kubeenv

* Add examples for create and update

* Fixing model validations in examples

* Supress systemData for kubeenvironments.json

* Making small change to trigger a re-run of ApiReview runner

* Fixing extendedLocation bug in swagger

* fix model validation

* Carry over missing Acr properties from previous version (Azure#14490)

* [python]Update readme.python.md (Azure#14493)

* Update readme.python.md

* Update readme.md

Co-authored-by: jocawtho <jocawtho@microsoft.com>
Co-authored-by: JennyLawrance <jennylaw@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this pull request May 25, 2021
Web ant93 release: Updating API version to 2021-01-01 (Azure#14489)

* Adds base for updating Microsoft.Web from version stable/2020-12-01 to version 2021-01-01

* Updates readme

* Updates API version in new specs and examples

* Bring in swagger for Microsoft.CertificateRegistration and Microsoft.… (Azure#14212)

* Bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs

* Add custom word

* Actually bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs

* Update AppServicePlan.json with preoperty (Azure#14388)

Adding ElasticScaleEnabled to ASP object!

* Swagger changes for kubeenv (Azure#14417)

* Swagger changes for kubeenv

* Add examples for create and update

* Fixing model validations in examples

* Supress systemData for kubeenvironments.json

* Making small change to trigger a re-run of ApiReview runner

* Fixing extendedLocation bug in swagger

* fix model validation

* Carry over missing Acr properties from previous version (Azure#14490)

* [python]Update readme.python.md (Azure#14493)

* Update readme.python.md

* Update readme.md

Co-authored-by: jocawtho <jocawtho@microsoft.com>
Co-authored-by: JennyLawrance <jennylaw@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
msyyc added a commit that referenced this pull request May 25, 2021
* CodeGen from PR 14489 in Azure/azure-rest-api-specs
Web ant93 release: Updating API version to 2021-01-01 (#14489)

* Adds base for updating Microsoft.Web from version stable/2020-12-01 to version 2021-01-01

* Updates readme

* Updates API version in new specs and examples

* Bring in swagger for Microsoft.CertificateRegistration and Microsoft.… (#14212)

* Bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs

* Add custom word

* Actually bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs

* Update AppServicePlan.json with preoperty (#14388)

Adding ElasticScaleEnabled to ASP object!

* Swagger changes for kubeenv (#14417)

* Swagger changes for kubeenv

* Add examples for create and update

* Fixing model validations in examples

* Supress systemData for kubeenvironments.json

* Making small change to trigger a re-run of ApiReview runner

* Fixing extendedLocation bug in swagger

* fix model validation

* Carry over missing Acr properties from previous version (#14490)

* [python]Update readme.python.md (#14493)

* Update readme.python.md

* Update readme.md

Co-authored-by: jocawtho <jocawtho@microsoft.com>
Co-authored-by: JennyLawrance <jennylaw@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* version,CHANGELOG

* test

* test fix

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: jocawtho <jocawtho@microsoft.com>
Co-authored-by: JennyLawrance <jennylaw@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
msyyc added a commit that referenced this pull request May 25, 2021
* CodeGen from PR 14489 in Azure/azure-rest-api-specs
Web ant93 release: Updating API version to 2021-01-01 (#14489)

* Adds base for updating Microsoft.Web from version stable/2020-12-01 to version 2021-01-01

* Updates readme

* Updates API version in new specs and examples

* Bring in swagger for Microsoft.CertificateRegistration and Microsoft.… (#14212)

* Bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs

* Add custom word

* Actually bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs

* Update AppServicePlan.json with preoperty (#14388)

Adding ElasticScaleEnabled to ASP object!

* Swagger changes for kubeenv (#14417)

* Swagger changes for kubeenv

* Add examples for create and update

* Fixing model validations in examples

* Supress systemData for kubeenvironments.json

* Making small change to trigger a re-run of ApiReview runner

* Fixing extendedLocation bug in swagger

* fix model validation

* Carry over missing Acr properties from previous version (#14490)

* [python]Update readme.python.md (#14493)

* Update readme.python.md

* Update readme.md

Co-authored-by: jocawtho <jocawtho@microsoft.com>
Co-authored-by: JennyLawrance <jennylaw@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* version,CHANGELOG

* test

* test fix

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: jocawtho <jocawtho@microsoft.com>
Co-authored-by: JennyLawrance <jennylaw@microsoft.com>
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. KeyVault
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants