Skip to content

Commit ef4d8cb

Browse files
author
maddieclayton
committed
fix deprecation message
1 parent bec9f79 commit ef4d8cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/SetAzureKeyVaultManagedStorageSasDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public partial class SetAzureKeyVaultManagedStorageSasDefinition : KeyVaultCmdle
6262
ValueFromPipelineByPropertyName = true,
6363
HelpMessage = "Sas definition parameters that will be used to create the sas token.",
6464
ParameterSetName = ParameterSetRawSas )]
65-
[Obsolete("-Parameter will become optional and will have its position removed in May 2018")]
65+
[Obsolete("-Parameter will be removed and replaced by -TemplateUri and -SasType in May 2018")]
6666
[ValidateNotNull]
6767
public Hashtable Parameter { get; set; }
6868

src/ResourceManager/KeyVault/documentation/upcoming-breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following cmdlets were affected this release:
3333
- The -Certificate parameter has become mandatory.
3434

3535
**Set-AzureKeyVaultManagedStorageSasDefinition**
36-
- The -Parameter parameter no longer has a position.
36+
- The -Parameter parameter has been removed and replaced by -TemplateUri and -SasType
3737

3838
**Set-AzureKeyVaultCertificateIssuer**
3939
- The -IssuerProvider parameter has become mandatory.

0 commit comments

Comments
 (0)