-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[desktopvirtualization] Bump version to 2021-07-12 #4526
Conversation
desktopvirtualization |
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) |
Same issue as "version" above. #Closed Refers to: src/desktopvirtualization/setup.py:36 in 97a6257. [](commit_id = 97a62579ce0123c406c83f682332d847ab11e26d, deletion_comment = False) |
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
az desktopvirtualization workspace create
Change:--location
required to Falseaz desktopvirtualization applicationgroup create
Change:--location
required to Falseaz desktopvirtualization hostpool create
Change--preferred-app-group-type
required to Trueaz desktopvirtualization hostpool create
Change--personal-desktop-assignment-type
required to Falseaz desktopvirtualization hostpool create
Change--location
required to Falseaz desktopvirtualization hostpool create
Add valueBYODesktop
to--host-pool-type
az desktopvirtualization hostpool create
Deprecate parameter-sso-context
in version 2020-11-10-previewaz desktopvirtualization hostpool create
Add new parameter--ssoadfs-authority
to support WVD SSO certificatesaz desktopvirtualization hostpool create
Add new parameter--sso-client-id
to support WVD SSO certificatesaz desktopvirtualization hostpool create
Add new parameter--sso-client-secret-key-vault-path
to support WVD SSO certificatesaz desktopvirtualization hostpool create
Add new parameter--sso-secret-type
to support WVD SSO certificatesaz desktopvirtualization hostpool create
Add new parameter--preferred-app-group-type
to support choosing the type of preferred application group typeaz desktopvirtualization hostpool create
Add new parameter--start-vm-on-connect
to support turning on/off StartVMOnConnect featureaz desktopvirtualization hostpool update
Support parameter--vm-template
az desktopvirtualization hostpool update
Deprecate parameter-sso-context
in version 2020-11-10-previewaz desktopvirtualization hostpool update
Add new parameter--ssoadfs-authority
to support WVD SSO certificatesaz desktopvirtualization hostpool update
Add new parameter--sso-client-id
to support WVD SSO certificatesaz desktopvirtualization hostpool update
Add new parameter--sso-client-secret-key-vault-path
to support WVD SSO certificatesaz desktopvirtualization hostpool update
Add new parameter--sso-secret-type
to support WVD SSO certificatesaz desktopvirtualization hostpool update
Add new parameter--preferred-app-group-type
to support choosing the type of preferred application group typeaz desktopvirtualization hostpool update
Add new parameter--start-vm-on-connect
to support turning on/off StartVMOnConnect featureaz desktopvirtualization hostpool
Add commandretrieve-registration-token
to 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 azdev
required)python scripts/ci/test_index.py -q
locally?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.json
automatically.The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify
src/index.json
.