|
3 | 3 | # |
4 | 4 | # Generated by: Microsoft Corporation |
5 | 5 | # |
6 | | -# Generated on: 7/9/2020 |
| 6 | +# Generated on: 2020/7/27 |
7 | 7 | # |
8 | 8 |
|
9 | 9 | @{ |
|
12 | 12 | # RootModule = '' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '2.3.0' |
| 15 | +ModuleVersion = '2.3.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop' |
@@ -176,9 +176,8 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey', |
176 | 176 | 'New-AzStorageObjectReplicationPolicyRule', |
177 | 177 | 'Set-AzStorageObjectReplicationPolicy', |
178 | 178 | 'Get-AzStorageObjectReplicationPolicy', |
179 | | - 'Remove-AzStorageObjectReplicationPolicy', |
180 | | - 'Set-AzStorageBlobTag', 'Get-AzStorageBlobTag', |
181 | | - 'Get-AzStorageBlobByTag' |
| 179 | + 'Remove-AzStorageObjectReplicationPolicy', 'Set-AzStorageBlobTag', |
| 180 | + 'Get-AzStorageBlobTag', 'Get-AzStorageBlobByTag' |
182 | 181 |
|
183 | 182 | # Variables to export from this module |
184 | 183 | # VariablesToExport = @() |
@@ -222,23 +221,32 @@ PrivateData = @{ |
222 | 221 | # IconUri = '' |
223 | 222 |
|
224 | 223 | # ReleaseNotes of this module |
225 | | - ReleaseNotes = '* Fixed the issue that UserAgent is not added for some data plane cmdlets. |
226 | | -* Supported create/update Storage account with MinimumTlsVersion and AllowBlobPublicAccess |
227 | | - - ''New-AzStorageAccount'' |
228 | | - - ''Set-AzStorageAccount'' |
229 | | -* Support enable/disable versioning on Blob Service of a Storage account |
230 | | - - ''Update-AzStorageBlobServiceProperty'' |
231 | | -* Support list blobs with blob versions |
232 | | - - ''Get-AzStorageBlob'' |
233 | | -* Support get/remove single blob snapshot or blob version |
234 | | - - ''Get-AzStorageBlob'' |
235 | | - - ''Remove-AzStorageBlob'' |
236 | | -* Support pipeline from blob object generated from Azure.Storage.Blobs V12 |
237 | | - - ''Get-AzStorageBlobContent'' |
238 | | - - ''New-AzStorageBlobSASToken'' |
239 | | - - ''Remove-AzStorageBlob'' |
240 | | - - ''Set-AzStorageBlobContent'' |
241 | | - - ''Start-AzStorageBlobCopy''' |
| 224 | + ReleaseNotes = '* Supported create container/blob Sas token with new permission x,t |
| 225 | + - ''New-AzStorageBlobSASToken'' |
| 226 | + - ''New-AzStorageContainerSASToken'' |
| 227 | +* support create account Sas token with new permission x,t,f |
| 228 | + - ''New-AzStorageAccountSASToken'' |
| 229 | +* Support get single file share usage |
| 230 | + - ''Get-AzRmStorageShare'' |
| 231 | +* support get/set blob tags on a specific blob |
| 232 | + - ''Get-AzStorageBlobTag'' |
| 233 | + - ''Set-AzStorageBlobTag'' |
| 234 | +* support create destination blob with specific blob tags while upload/copy Blob |
| 235 | + - ''Set-AzStorageBlobContent'' |
| 236 | + - ''Start-AzStorageBlobCopy'' |
| 237 | +* support list blobs across containers with a blob tag filter sql expression |
| 238 | + - ''Get-AzStorageBlobByTag'' |
| 239 | +* support list blobs inside a container and include Blob Tags |
| 240 | + - ''Get-AzStorageBlob'' |
| 241 | +* support run blob operation with blob tag condition, and fail the cmdlet when blob tag condition not match |
| 242 | + - ''Get-AzStorageBlob'' |
| 243 | + - ''Get-AzStorageBlobContent'' |
| 244 | + - ''Get-AzStorageBlobTag'' |
| 245 | + - ''Remove-AzStorageBlob'' |
| 246 | + - ''Set-AzStorageBlobContent'' |
| 247 | + - ''Set-AzStorageBlobTag'' |
| 248 | + - ''Start-AzStorageBlobCopy'' |
| 249 | + - ''Stop-AzStorageBlobCopy''' |
242 | 250 |
|
243 | 251 | # Prerelease string of this module |
244 | 252 | Prerelease = 'preview' |
|
0 commit comments