Skip to content

[ReleasePR azure-mgmt-desktopvirtualization] [WVD- MSIX App Attach] Created new API version for new type of MSIX Package #14489

Closed
openapi-sdkautomation[bot] wants to merge 1 commit intoAzure:release/v3from
AzureSDKAutomation:sdkAutomation/azure-mgmt-desktopvirtualization
Closed

[ReleasePR azure-mgmt-desktopvirtualization] [WVD- MSIX App Attach] Created new API version for new type of MSIX Package #14489
openapi-sdkautomation[bot] wants to merge 1 commit intoAzure:release/v3from
AzureSDKAutomation:sdkAutomation/azure-mgmt-desktopvirtualization

Conversation

@openapi-sdkautomation
Copy link
Contributor

Created to release azure-mgmt-desktopvirtualization.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-desktopvirtualization

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

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/azure-mgmt-desktopvirtualization@11148#egg=azure-mgmt-desktopvirtualization&subdirectory=azure-mgmt-desktopvirtualization"

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

  • git checkout sdkAutomation/azure-mgmt-desktopvirtualization@11148
  • pip install -e ./azure-mgmt-desktopvirtualization

Or build a wheel file to distribute for testing:

  • git checkout sdkAutomation/azure-mgmt-desktopvirtualization@11148
  • pip wheel --no-deps ./azure-mgmt-desktopvirtualization

Direct download

Your files can be directly downloaded here:

@ghost ghost added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants