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 5cc50a9 commit 674b2a9Copy full SHA for 674b2a9
src/ResourceManager/Compute/Commands.Compute/Common/ConstantStringTypes.cs
@@ -91,5 +91,6 @@ public static class ProfileNouns
91
public const string SshPublicKey = "AzureVMSshPublicKeyConfig";
92
public const string AdditionalUnattendContent = "AzureVMAdditionalUnattendContentConfig";
93
public const string VaultCertificate = "AzureVMVaultCertificateConfig";
94
- public const string VaultSecretGroup = "AzureVMSecretConfig"; }
+ public const string VaultSecretGroup = "AzureVMSecretConfig";
95
+ }
96
}
0 commit comments