-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add DisableVMAgent parameter to Set-AzureRmVMOperatingSystem cmdlet #5889
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
Conversation
|
@hyonholee Provision / Disable VM Agent should be mutually exclusive by parameter set. Also, please assign the appropriate milestone. |
|
@markcowl I updated the PR by adding two additional parameter sets so that Provision and Disable Agent are mutually exclusive. Thanks. |
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.
@hyonholee is this else block necessary? It looks like we just need the if and else-if blocks
|
@markcowl could you merge if there is no more concern? Thanks. |
This PR resolves the following issue:
#5838
https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/42
Description
Add DisableVMAgent parameter to Set-AzureRmVMOperatingSystem cmdlets, and fix the behavior when neither ProvisionVMAgent nor DisableVMAgent are given.
Checklist
CONTRIBUTING.mdplatyPSmodule