Skip to content

Commit ea1e99f

Browse files
authored
update help (#22655)
1 parent 33fad98 commit ea1e99f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- `New-AzDataLakeGen2Item`
2424
* Updated warning messages for an upcoming breaking change when creating a storage account
2525
- `New-AzStorageAccount`
26+
* Updated help file of `New-AzStorageQueueSASToken`
2627

2728

2829
## Version 5.9.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
136136
### -Permission
137137
Specifies permissions for a storage queue.
138-
It is important to note that this is a string, like `rwd` (for Read, Write and Delete).
138+
It is important to note that this is a string, like `raup` (for Read, Add, Update and ProcessMessages).
139139

140140
```yaml
141141
Type: System.String
@@ -200,7 +200,7 @@ Accept wildcard characters: False
200200
```
201201
202202
### CommonParameters
203-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
203+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
204204
205205
## INPUTS
206206

0 commit comments

Comments
 (0)