-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Improved strategy cmdlets for VM and VMSS. #5722
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
Improved strategy cmdlets for VM and VMSS. #5722
Conversation
markcowl
left a comment
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.
one minor comment
| LoadBalancerName = LoadBalancerName ?? VMScaleSetName; | ||
| FrontendPoolName = FrontendPoolName ?? VMScaleSetName; | ||
| BackendPoolName = BackendPoolName ?? VMScaleSetName; | ||
| NewAzureRmVmss _Cmdlet { get; } |
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.
use _cmdlet
|
one small requested change. On-demand run here: https://azuresdkci.westus2.cloudapp.azure.com/job/powershell-demand/602/ We will not need to run an on-demand run again. |
|
on demand run here: https://azuresdkci.westus2.cloudapp.azure.com/job/powershell-demand/603/ |
Description
Improved strategy cmdlet.
Depends on PR #5716
Checklist
CONTRIBUTING.mdplatyPSmodule