Skip to content

Commit 796f808

Browse files
author
Maddie Clayton
authored
Merge pull request #6403 from joandrsn/patch-1
Update New-AzureStorageBlobSASToken docs to help with permissions
2 parents 38277df + af56ad7 commit 796f808

16 files changed

+31
-1
lines changed

src/Storage/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Added additional information about -Permissions parameter in help files.
2122

2223
## Version 4.3.0
2324
* Set minimum dependency of module to PowerShell 5.0

src/Storage/Commands.Storage/help/New-AzureStorageAccountSASToken.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Accept wildcard characters: False
9292
### -Permission
9393
Specifies the permissions for Storage account.
9494
Permissions are valid only if they match the specified resource type.
95+
96+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
9597
For more information about acceptable permission values, see Constructing an Account SAS http://go.microsoft.com/fwlink/?LinkId=799514
9698

9799
```yaml

src/Storage/Commands.Storage/help/New-AzureStorageBlobSASToken.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ Accept wildcard characters: False
171171
```
172172
173173
### -Permission
174-
Specifies the permissions for a storage blob.
174+
Specifies the permissions for a storage blob.
175+
176+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
175177

176178
```yaml
177179
Type: String

src/Storage/Commands.Storage/help/New-AzureStorageContainerSASToken.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ Accept wildcard characters: False
137137
### -Permission
138138
Specifies permissions for a storage container.
139139
140+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
141+
140142
```yaml
141143
Type: String
142144
Parameter Sets: SasPermission

src/Storage/Commands.Storage/help/New-AzureStorageContainerStoredAccessPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Accept wildcard characters: False
118118
### -Permission
119119
Specifies permissions in the stored access policy to access the container.
120120
121+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
121122
```yaml
122123
Type: String
123124
Parameter Sets: (All)

src/Storage/Commands.Storage/help/New-AzureStorageFileSASToken.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ Accept wildcard characters: False
165165
### -Permission
166166
Specifies the permissions for a Storage file.
167167
168+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
169+
168170
```yaml
169171
Type: String
170172
Parameter Sets: NameSasPermission, FileSasPermission

src/Storage/Commands.Storage/help/New-AzureStorageQueueSASToken.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ Accept wildcard characters: False
120120
### -Permission
121121
Specifies permissions for a storage queue.
122122
123+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
124+
123125
```yaml
124126
Type: String
125127
Parameter Sets: SasPermission

src/Storage/Commands.Storage/help/New-AzureStorageQueueStoredAccessPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Accept wildcard characters: False
6565
### -Permission
6666
Specifies permissions in the stored access policy to access the storage queue.
6767
68+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
69+
6870
```yaml
6971
Type: String
7072
Parameter Sets: (All)

src/Storage/Commands.Storage/help/New-AzureStorageShareSASToken.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ Accept wildcard characters: False
121121
### -Permission
122122
Specifies the permissions in the token to access the share and files under the share.
123123
124+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
125+
124126
```yaml
125127
Type: String
126128
Parameter Sets: SasPermission

src/Storage/Commands.Storage/help/New-AzureStorageShareStoredAccessPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ Accept wildcard characters: False
103103
### -Permission
104104
Specifies permissions in the stored access policy to access the Storage share or files under it.
105105
106+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
107+
106108
```yaml
107109
Type: String
108110
Parameter Sets: (All)

src/Storage/Commands.Storage/help/New-AzureStorageTableSASToken.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ Accept wildcard characters: False
170170
### -Permission
171171
Specifies permissions for an Azure Storage table.
172172
173+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
174+
173175
```yaml
174176
Type: String
175177
Parameter Sets: SasPermission

src/Storage/Commands.Storage/help/New-AzureStorageTableStoredAccessPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Accept wildcard characters: False
6565
### -Permission
6666
Specifies permissions in the stored access policy to access the storage table.
6767
68+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
69+
6870
```yaml
6971
Type: String
7072
Parameter Sets: (All)

src/Storage/Commands.Storage/help/Set-AzureStorageContainerStoredAccessPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ Accept wildcard characters: False
148148
### -Permission
149149
Specifies permissions in the stored access policy to access the storage container.
150150
151+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
152+
151153
```yaml
152154
Type: String
153155
Parameter Sets: (All)

src/Storage/Commands.Storage/help/Set-AzureStorageQueueStoredAccessPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Accept wildcard characters: False
9696
### -Permission
9797
Specifies permissions in the stored access policy to access the storage queue.
9898
99+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
100+
99101
```yaml
100102
Type: String
101103
Parameter Sets: (All)

src/Storage/Commands.Storage/help/Set-AzureStorageShareStoredAccessPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Accept wildcard characters: False
133133
### -Permission
134134
Specifies permissions in the stored access policy to access the share or files under it.
135135
136+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
137+
136138
```yaml
137139
Type: String
138140
Parameter Sets: (All)

src/Storage/Commands.Storage/help/Set-AzureStorageTableStoredAccessPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Accept wildcard characters: False
9696
### -Permission
9797
Specifies permissions in the stored access policy to access the storage table.
9898
99+
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
100+
99101
```yaml
100102
Type: String
101103
Parameter Sets: (All)

0 commit comments

Comments
 (0)