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 33d4bc6 commit fe99bc3Copy full SHA for fe99bc3
src/KeyVault/KeyVault/Models/VaultManagementClient.cs
@@ -196,8 +196,7 @@ public PSKeyVault UpdateVault(
196
properties.EnablePurgeProtection = updatedPurgeProtectionSwitch;
197
198
// Update EnableRbacAuthorization when specified, otherwise stay current value
199
- if (updatedRbacAuthorization.HasValue)
200
- properties.EnableRbacAuthorization = updatedRbacAuthorization;
+ properties.EnableRbacAuthorization = updatedRbacAuthorization;
201
202
properties.AccessPolicies = (updatedPolicies == null) ?
203
new List<AccessPolicyEntry>() :
0 commit comments