We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbef15 commit 7d3434fCopy full SHA for 7d3434f
src/KeyVault/KeyVault/Models/VaultManagementClient.cs
@@ -180,7 +180,7 @@ public PSKeyVault UpdateVault(
180
&& updatedSoftDeleteSwitch.Value)
181
properties.EnableSoftDelete = updatedSoftDeleteSwitch;
182
183
- if (!(properties.EnablePurgeProtection.HasValue && properties.EnableSoftDelete.Value)
+ if (!(properties.EnablePurgeProtection.HasValue && properties.EnablePurgeProtection.Value)
184
&& updatedPurgeProtectionSwitch.HasValue
185
&& updatedPurgeProtectionSwitch.Value)
186
properties.EnablePurgeProtection = updatedPurgeProtectionSwitch;
0 commit comments