Skip to content

Commit 42b2a42

Browse files
authored
{AzureStorage} fixes #19734 (#19737)
fixes #19734 Docs link: https://learn.microsoft.com/en-us/powershell/module/az.storage/new-azstoragecontainersastoken?view=azps-8.3.0#-permission The above documentation for New-AzStorageContainerSASToken doesn't explain what the valid values for -Permission are. All it states is "It is important to note that this is a string, like rwd". This PR addresses the issue and provides the hyperlink to supported permissions.
1 parent fa2ec25 commit 42b2a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Accept wildcard characters: False
180180
181181
### -Permission
182182
Specifies permissions for a storage container.
183-
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
183+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete). The permissions that are supported for container resource type are described [here](https://learn.microsoft.com/rest/api/storageservices/create-service-sas#permissions-for-a-directory-container-or-blob).
184184

185185
```yaml
186186
Type: System.String

0 commit comments

Comments
 (0)