You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Storage/Storage.Management/Blob/AddAzureStorageContainerLegalHold.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public class AddAzureStorageContainerLegalHoldCommand : StorageBlobBaseCmdlet
92
92
[ValidateNotNullOrEmpty]
93
93
publicstring[]Tag{get;set;}
94
94
95
-
[Parameter(Mandatory=false,HelpMessage="When enabled, new blocks can be written to both 'Appened and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.")]
95
+
[Parameter(Mandatory=false,HelpMessage="When enabled, new blocks can be written to both 'Append and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.")]
Copy file name to clipboardExpand all lines: src/Storage/Storage.Management/Blob/SetAzureStorageContainerImmutabilityPolicy.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -187,10 +187,10 @@ public int ImmutabilityPeriod
187
187
188
188
publicint?immutabilityPeriod;
189
189
190
-
[Parameter(Mandatory=false,ParameterSetName=AccountNameParameterSet,HelpMessage="This property can only be changed for unlocked policies. When enabled, new blocks can be written to both 'Appened and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. '-AllowProtectedAppendWrites' and '-AllowProtectedAppendWritesAll' are mutually exclusive.")]
191
-
[Parameter(Mandatory=false,ParameterSetName=AccountObjectParameterSet,HelpMessage="This property can only be changed for unlocked policies. When enabled, new blocks can be written to both 'Appened and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. '-AllowProtectedAppendWrites' and '-AllowProtectedAppendWritesAll' are mutually exclusive.")]
192
-
[Parameter(Mandatory=false,ParameterSetName=ContainerObjectParameterSet,HelpMessage="This property can only be changed for unlocked policies. When enabled, new blocks can be written to both 'Appened and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. '-AllowProtectedAppendWrites' and '-AllowProtectedAppendWritesAll' are mutually exclusive.")]
193
-
[Parameter(Mandatory=false,ParameterSetName=ImmutabilityPolicyObjectParameterSet,HelpMessage="This property can only be changed for unlocked policies. When enabled, new blocks can be written to both 'Appened and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. '-AllowProtectedAppendWrites' and '-AllowProtectedAppendWritesAll' are mutually exclusive.")]
190
+
[Parameter(Mandatory=false,ParameterSetName=AccountNameParameterSet,HelpMessage="This property can only be changed for unlocked policies. When enabled, new blocks can be written to both 'Append and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. '-AllowProtectedAppendWrites' and '-AllowProtectedAppendWritesAll' are mutually exclusive.")]
191
+
[Parameter(Mandatory=false,ParameterSetName=AccountObjectParameterSet,HelpMessage="This property can only be changed for unlocked policies. When enabled, new blocks can be written to both 'Append and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. '-AllowProtectedAppendWrites' and '-AllowProtectedAppendWritesAll' are mutually exclusive.")]
192
+
[Parameter(Mandatory=false,ParameterSetName=ContainerObjectParameterSet,HelpMessage="This property can only be changed for unlocked policies. When enabled, new blocks can be written to both 'Append and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. '-AllowProtectedAppendWrites' and '-AllowProtectedAppendWritesAll' are mutually exclusive.")]
193
+
[Parameter(Mandatory=false,ParameterSetName=ImmutabilityPolicyObjectParameterSet,HelpMessage="This property can only be changed for unlocked policies. When enabled, new blocks can be written to both 'Append and Block Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. '-AllowProtectedAppendWrites' and '-AllowProtectedAppendWritesAll' are mutually exclusive.")]
Copy file name to clipboardExpand all lines: src/Storage/Storage.Management/StorageAccount/AddAzureStorageAccountManagementPolicyAction.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ public int DaysAfterModificationGreaterThan
111
111
publicint?daysAfterModificationGreaterThan;
112
112
113
113
[Parameter(Mandatory=true,
114
-
HelpMessage="Integer value indicating the age in days after last blob access. This property can only be used in conjuction with last access time tracking policy.",
114
+
HelpMessage="Integer value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy.",
// sdk will not add the detail error message to exception message for custmized error, so create a new exception with detail error in exception message
125
+
// sdk will not add the detail error message to exception message for customized error, so create a new exception with detail error in exception message
Copy file name to clipboardExpand all lines: src/Storage/Storage.Management/StorageAccount/NewAzureStorageAccount.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ public bool EnableHttpsTrafficOnly
163
163
164
164
[Parameter(
165
165
Mandatory=false,
166
-
HelpMessage="Generate and assign a new Storage Account Identity for this storage account for use with key management services like Azure KeyVault. If specify this paramter without \"-IdentityType\", will use system assigned identity.")]
166
+
HelpMessage="Generate and assign a new Storage Account Identity for this storage account for use with key management services like Azure KeyVault. If specify this parameter without \"-IdentityType\", will use system assigned identity.")]
167
167
publicSwitchParameterAssignIdentity{get;set;}
168
168
169
169
[Parameter(
@@ -174,7 +174,7 @@ public bool EnableHttpsTrafficOnly
174
174
175
175
[Parameter(
176
176
Mandatory=false,
177
-
HelpMessage="Set the new Storage Account Identity type, the idenetity is for use with key management services like Azure KeyVault.")]
177
+
HelpMessage="Set the new Storage Account Identity type, the identity is for use with key management services like Azure KeyVault.")]
178
178
[ValidateSet(AccountIdentityType.systemAssigned,
179
179
AccountIdentityType.userAssigned,
180
180
AccountIdentityType.systemAssignedUserAssigned,
@@ -616,7 +616,7 @@ public int ImmutabilityPeriod
616
616
[Parameter(
617
617
Mandatory=false,
618
618
HelpMessage="The mode of the policy. Possible values include: 'Unlocked', 'Disabled. "+
619
-
"Disabled state disablesthe policy. "+
619
+
"Disabled state disables the policy. "+
620
620
"Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property. "+
621
621
"A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states."+
622
622
"This property can only be specified with '-EnableAccountLevelImmutability'.")]
0 commit comments