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/custom/hybrid-2019-03-01/Update-AzStorageAccount.ps1
+12-20Lines changed: 12 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,12 @@ function Update-AzStorageAccount {
86
86
# A boolean indicating whether or not the service encrypts the data as it is stored.
87
87
${EncryptBlobService},
88
88
89
-
[Parameter(ParameterSetName='UpdateExpanded',Mandatory,HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
90
-
[Parameter(ParameterSetName='UpdateExpandedStorageEncryption',Mandatory,HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
91
-
[Parameter(ParameterSetName='UpdateExpandedKeyVaultEncryption',Mandatory,HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
92
-
[Parameter(ParameterSetName='UpdateViaIdentityExpanded',Mandatory,HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
93
-
[Parameter(ParameterSetName='UpdateViaIdentityExpandedStorageEncryption',Mandatory,HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
94
-
[Parameter(ParameterSetName='UpdateViaIdentityExpandedKeyVaultEncryption',Mandatory,HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
89
+
[Parameter(ParameterSetName='UpdateExpanded',HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
90
+
[Parameter(ParameterSetName='UpdateExpandedStorageEncryption',HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
91
+
[Parameter(ParameterSetName='UpdateExpandedKeyVaultEncryption',HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
92
+
[Parameter(ParameterSetName='UpdateViaIdentityExpanded',HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
93
+
[Parameter(ParameterSetName='UpdateViaIdentityExpandedStorageEncryption',HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
94
+
[Parameter(ParameterSetName='UpdateViaIdentityExpandedKeyVaultEncryption',HelpMessage='Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.')]
@@ -188,12 +180,12 @@ function Update-AzStorageAccount {
188
180
# Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics.
189
181
${NetworkRuleSetBypass},
190
182
191
-
[Parameter(ParameterSetName='UpdateExpanded',Mandatory,HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
192
-
[Parameter(ParameterSetName='UpdateExpandedStorageEncryption',Mandatory,HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
193
-
[Parameter(ParameterSetName='UpdateExpandedKeyVaultEncryption',Mandatory,HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
194
-
[Parameter(ParameterSetName='UpdateViaIdentityExpanded',Mandatory,HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
195
-
[Parameter(ParameterSetName='UpdateViaIdentityExpandedStorageEncryption',Mandatory,HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
196
-
[Parameter(ParameterSetName='UpdateViaIdentityExpandedKeyVaultEncryption',Mandatory,HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
183
+
[Parameter(ParameterSetName='UpdateExpanded',HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
184
+
[Parameter(ParameterSetName='UpdateExpandedStorageEncryption',HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
185
+
[Parameter(ParameterSetName='UpdateExpandedKeyVaultEncryption',HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
186
+
[Parameter(ParameterSetName='UpdateViaIdentityExpanded',HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
187
+
[Parameter(ParameterSetName='UpdateViaIdentityExpandedStorageEncryption',HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
188
+
[Parameter(ParameterSetName='UpdateViaIdentityExpandedKeyVaultEncryption',HelpMessage='Specifies the default action of allow or deny when no other rules match.')]
0 commit comments