-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[RecoveryServices.Backup] VM restore fix for #7823 #7925
[RecoveryServices.Backup] VM restore fix for #7823 #7925
Conversation
aec722a
to
a7c2805
Compare
a7c2805
to
83ddf52
Compare
29bb794
to
91cdfaf
Compare
@@ -16,7 +16,8 @@ public abstract class RSBackupVaultCmdletBase : RecoveryServicesBackupCmdletBase | |||
/// ARM ID of the Recovery Services Vault. | |||
/// </summary> | |||
[Parameter(Mandatory = false, HelpMessage = "ARM ID of the Recovery Services Vault.", | |||
ValueFromPipeline = true)] | |||
ValueFromPipelineByPropertyName = true)] |
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.
@siddharth7 does this scenario currently break users? i.e., are users able to write scripts that use this parameter via piping without any exceptions?
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.
@siddharth7 resolved offline -- users currently using this piping scenario are broken, so this is not a breaking change. The exception in the build can be suppressed.
acb75ec
to
c0aeab6
Compare
Description
#7823
Checklist
CONTRIBUTING.md
platyPS
module