[desktopvirtualization] Bump version to 2021-07-12#4526
Merged
wangzelin007 merged 18 commits intoAzure:mainfrom Mar 28, 2022
Merged
[desktopvirtualization] Bump version to 2021-07-12#4526wangzelin007 merged 18 commits intoAzure:mainfrom
wangzelin007 merged 18 commits intoAzure:mainfrom
Conversation
Collaborator
|
desktopvirtualization |
jsntcy
reviewed
Mar 16, 2022
jsntcy
reviewed
Mar 16, 2022
jsntcy
reviewed
Mar 16, 2022
jsntcy
reviewed
Mar 16, 2022
Member
In fact there is no version.py in "manual" folder, so this "import" will not take effect. #Closed Refers to: src/desktopvirtualization/setup.py:15 in 97a6257. [](commit_id = 97a62579ce0123c406c83f682332d847ab11e26d, deletion_comment = False) |
Member
Same issue as "version" above. #Closed Refers to: src/desktopvirtualization/setup.py:36 in 97a6257. [](commit_id = 97a62579ce0123c406c83f682332d847ab11e26d, deletion_comment = False) |
Member
Should be "main" branch, may need fix codegen logic. #Closed Refers to: src/desktopvirtualization/setup.py:51 in 97a6257. [](commit_id = 97a62579ce0123c406c83f682332d847ab11e26d, deletion_comment = False) |
zhoxing-ms
reviewed
Mar 25, 2022
src/desktopvirtualization/azext_desktopvirtualization/generated/_params.py
Outdated
Show resolved
Hide resolved
zhoxing-ms
reviewed
Mar 25, 2022
src/desktopvirtualization/azext_desktopvirtualization/generated/_params.py
Outdated
Show resolved
Hide resolved
zhoxing-ms
reviewed
Mar 25, 2022
src/desktopvirtualization/azext_desktopvirtualization/generated/_params.py
Outdated
Show resolved
Hide resolved
zhoxing-ms
reviewed
Mar 25, 2022
src/desktopvirtualization/azext_desktopvirtualization/generated/action.py
Outdated
Show resolved
Hide resolved
zhoxing-ms
reviewed
Mar 25, 2022
src/desktopvirtualization/azext_desktopvirtualization/generated/action.py
Outdated
Show resolved
Hide resolved
zhoxing-ms
reviewed
Mar 25, 2022
src/desktopvirtualization/azext_desktopvirtualization/generated/commands.py
Outdated
Show resolved
Hide resolved
2 tasks
This file contains hidden or 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
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.
az desktopvirtualization workspace createChange:--locationrequired to Falseaz desktopvirtualization applicationgroup createChange:--locationrequired to Falseaz desktopvirtualization hostpool createChange--preferred-app-group-typerequired to Trueaz desktopvirtualization hostpool createChange--personal-desktop-assignment-typerequired to Falseaz desktopvirtualization hostpool createChange--locationrequired to Falseaz desktopvirtualization hostpool createAdd valueBYODesktopto--host-pool-typeaz desktopvirtualization hostpool createDeprecate parameter-sso-contextin version 2020-11-10-previewaz desktopvirtualization hostpool createAdd new parameter--ssoadfs-authorityto support WVD SSO certificatesaz desktopvirtualization hostpool createAdd new parameter--sso-client-idto support WVD SSO certificatesaz desktopvirtualization hostpool createAdd new parameter--sso-client-secret-key-vault-pathto support WVD SSO certificatesaz desktopvirtualization hostpool createAdd new parameter--sso-secret-typeto support WVD SSO certificatesaz desktopvirtualization hostpool createAdd new parameter--preferred-app-group-typeto support choosing the type of preferred application group typeaz desktopvirtualization hostpool createAdd new parameter--start-vm-on-connectto support turning on/off StartVMOnConnect featureaz desktopvirtualization hostpool updateSupport parameter--vm-templateaz desktopvirtualization hostpool updateDeprecate parameter-sso-contextin version 2020-11-10-previewaz desktopvirtualization hostpool updateAdd new parameter--ssoadfs-authorityto support WVD SSO certificatesaz desktopvirtualization hostpool updateAdd new parameter--sso-client-idto support WVD SSO certificatesaz desktopvirtualization hostpool updateAdd new parameter--sso-client-secret-key-vault-pathto support WVD SSO certificatesaz desktopvirtualization hostpool updateAdd new parameter--sso-secret-typeto support WVD SSO certificatesaz desktopvirtualization hostpool updateAdd new parameter--preferred-app-group-typeto support choosing the type of preferred application group typeaz desktopvirtualization hostpool updateAdd new parameter--start-vm-on-connectto support turning on/off StartVMOnConnect featureaz desktopvirtualization hostpoolAdd commandretrieve-registration-tokento retrieve registration tokenTest screenshot:


This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update
src/index.jsonautomatically.The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify
src/index.json.