Skip to content

[Storage] Update description for PublicNetworkAccess. #15963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public bool AllowCrossTenantReplication
[ValidateNotNullOrEmpty]
public string EdgeZone { get; set; }

[Parameter(Mandatory = false, HelpMessage = "Allow or disallow public network access to Storage Account. Enabled by default. Possible values include: 'Enabled', 'Disabled'.")]
[Parameter(Mandatory = false, HelpMessage = "Allow or disallow public network access to Storage Account. Possible values include: 'Enabled', 'Disabled'.")]
[PSArgumentCompleter("Enabled", "Disabled")]
[ValidateNotNullOrEmpty]
public string PublicNetworkAccess { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public bool AllowCrossTenantReplication
IgnoreCase = true)]
public string DefaultSharePermission { get; set; }

[Parameter(Mandatory = false, HelpMessage = "Enable or disable public network access to the storage account. Enabled by default. Possible values include: 'Enabled', 'Disabled'.")]
[Parameter(Mandatory = false, HelpMessage = "Allow or disallow public network access to Storage Account.Possible values include: 'Enabled', 'Disabled'.")]
[PSArgumentCompleter("Enabled", "Disabled")]
[ValidateNotNullOrEmpty]
public string PublicNetworkAccess { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ Accept wildcard characters: False
```

### -PublicNetworkAccess
Allow or disallow public network access to Storage Account. Enabled by default. Possible values include: 'Enabled', 'Disabled'.
Allow or disallow public network access to Storage Account.Possible values include: 'Enabled', 'Disabled'.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ Accept wildcard characters: False
```

### -PublicNetworkAccess
Enable or disable public network access to the storage account. Enabled by default. Possible values include: 'Enabled', 'Disabled'.
Allow or disallow public network access to Storage Account.Possible values include: 'Enabled', 'Disabled'.

```yaml
Type: System.String
Expand Down