-
Notifications
You must be signed in to change notification settings - Fork 4k
[Release 1.6.0] [AzureRT] Sprint 61 #2564
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
commented
Jul 6, 2016
- Add ADDomain extension cmdlets
- Set-AzureRmVMCustomScriptExtension is not throwing non-terminating error if the operation is not successful
- New-AzureRmVM can gets the value of license type from VM object
- Name and Version are back to optional for set extension cmdlets.
…hell into dev # Conflicts: # src/ResourceManager/Compute/Commands.Compute.Test/packages.config # src/ResourceManager/Compute/Commands.Compute/packages.config
…release for ADAL 2.27 reference fix.
{ | ||
[Cmdlet( | ||
VerbsCommon.Set, | ||
ProfileNouns.VirtualMachineADDomainExtension)] |
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.
add SupportsShouldProcess = true to the attributes #Closed
add SupportsShouldProcess = true to the attributes #Closed Refers to: src/ResourceManager/Compute/Commands.Compute/Extension/CustomScript/SetAzureVMCustomScriptExtensionCommand.cs:34 in b5558e7. [](commit_id = b5558e7, deletion_comment = False) |
add SupportsShouldProcess = true to the attributes #Closed Refers to: src/ResourceManager/Compute/Commands.Compute/Generated/ContainerService/ContainerServiceCreateOrUpdateMethod.cs:116 in b5558e7. [](commit_id = b5558e7, deletion_comment = False) |
add SupportsShouldProcess = true to the attributes #Closed Refers to: src/ResourceManager/Compute/Commands.Compute/Generated/VirtualMachineScaleSet/VirtualMachineScaleSetCreateOrUpdateMethod.cs:116 in b5558e7. [](commit_id = b5558e7, deletion_comment = False) |
add SupportsShouldProcess = true to the attributes #Closed Refers to: src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Operation/UpdateAzureVMCommand.cs:24 in b5558e7. [](commit_id = b5558e7, deletion_comment = False) |