Skip to content

Commit f135b43

Browse files
committed
Add AzureKeyVaultServiceEndpointResourceId to Metadata parameter set in Set-AzureRmEnvironment
1 parent 68b1df6 commit f135b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Profile/Commands.Profile/Environment/SetAzureRMEnvironment.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public EnvironmentHelper EnvHelper
9999

100100
[Parameter(ParameterSetName = EnvironmentPropertiesParameterSet, Position = 11, Mandatory = false, ValueFromPipelineByPropertyName = true,
101101
HelpMessage = "Resource identifier of Azure Key Vault data service that is the recipient of the requested token.")]
102+
[Parameter(ParameterSetName = MetadataParameterSet, Position = 4, Mandatory = false, ValueFromPipelineByPropertyName = true, HelpMessage = "Resource identifier of Azure Key Vault data service that is the recipient of the requested token.")]
102103
public string AzureKeyVaultServiceEndpointResourceId { get; set; }
103104

104105
[Parameter(ParameterSetName = EnvironmentPropertiesParameterSet, Position = 12, Mandatory = false, ValueFromPipelineByPropertyName = true,

0 commit comments

Comments
 (0)