-
Notifications
You must be signed in to change notification settings - Fork 2
Implementing Code Review Comments #308
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
Removed AzureRM.RecoveryServices.psd1 from $(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup as only the module's psd file need to be here.
…viders and Test projects as this is an unnecessary reference.
@@ -121,9 +121,9 @@ private void HandleException(Exception exception) | |||
} | |||
} | |||
|
|||
public override void ExecuteCmdlet() | |||
protected override void BeginProcessing() | |||
{ |
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.
You need to also change in all cmdlets to call BeginProcessing instead of ExecuteCmdlet
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.
No need to override in every cmdlet. This would be run once per cmdlet by the ps infra itself.
…ame throughout the solution
Add warning to New-AzsSubscription and Get-AzureRmOffer cmdlets
No description provided.