Skip to content

Commit 7a59ecb

Browse files
authored
[Storage] Update description for PublicNetworkAccess. (#15963)
1 parent 7219731 commit 7a59ecb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Storage/Storage.Management/StorageAccount/NewAzureStorageAccount.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public bool AllowCrossTenantReplication
491491
[ValidateNotNullOrEmpty]
492492
public string EdgeZone { get; set; }
493493

494-
[Parameter(Mandatory = false, HelpMessage = "Allow or disallow public network access to Storage Account. Enabled by default. Possible values include: 'Enabled', 'Disabled'.")]
494+
[Parameter(Mandatory = false, HelpMessage = "Allow or disallow public network access to Storage Account. Possible values include: 'Enabled', 'Disabled'.")]
495495
[PSArgumentCompleter("Enabled", "Disabled")]
496496
[ValidateNotNullOrEmpty]
497497
public string PublicNetworkAccess { get; set; }

src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public bool AllowCrossTenantReplication
451451
IgnoreCase = true)]
452452
public string DefaultSharePermission { get; set; }
453453

454-
[Parameter(Mandatory = false, HelpMessage = "Enable or disable public network access to the storage account. Enabled by default. Possible values include: 'Enabled', 'Disabled'.")]
454+
[Parameter(Mandatory = false, HelpMessage = "Allow or disallow public network access to Storage Account.Possible values include: 'Enabled', 'Disabled'.")]
455455
[PSArgumentCompleter("Enabled", "Disabled")]
456456
[ValidateNotNullOrEmpty]
457457
public string PublicNetworkAccess { get; set; }

src/Storage/Storage.Management/help/New-AzStorageAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ Accept wildcard characters: False
819819
```
820820
821821
### -PublicNetworkAccess
822-
Allow or disallow public network access to Storage Account. Enabled by default. Possible values include: 'Enabled', 'Disabled'.
822+
Allow or disallow public network access to Storage Account.Possible values include: 'Enabled', 'Disabled'.
823823
824824
```yaml
825825
Type: System.String

src/Storage/Storage.Management/help/Set-AzStorageAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ Accept wildcard characters: False
792792
```
793793
794794
### -PublicNetworkAccess
795-
Enable or disable public network access to the storage account. Enabled by default. Possible values include: 'Enabled', 'Disabled'.
795+
Allow or disallow public network access to Storage Account.Possible values include: 'Enabled', 'Disabled'.
796796
797797
```yaml
798798
Type: System.String

0 commit comments

Comments
 (0)