|
3 | 3 | # |
4 | 4 | # Generated by: Microsoft Corporation |
5 | 5 | # |
6 | | -# Generated on: 4/20/2023 |
| 6 | +# Generated on: 4/26/2023 |
7 | 7 | # |
8 | 8 |
|
9 | 9 | @{ |
|
12 | 12 | # RootModule = '' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '5.6.0' |
| 15 | +ModuleVersion = '5.6.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop' |
@@ -206,9 +206,7 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey', |
206 | 206 | 'Remove-AzStorageLocalUser', 'Get-AzStorageLocalUserKey', |
207 | 207 | 'New-AzStorageLocalUserSshPassword', |
208 | 208 | 'New-AzStorageLocalUserSshPublicKey', |
209 | | - 'New-AzStorageLocalUserPermissionScope', |
210 | | - 'Get-AzDataLakeGen2DeletedItem', |
211 | | - 'Restore-AzDataLakeGen2DeletedItem', 'Rename-AzStorageFile', |
| 209 | + 'New-AzStorageLocalUserPermissionScope', 'Rename-AzStorageFile', |
212 | 210 | 'Rename-AzStorageDirectory' |
213 | 211 |
|
214 | 212 | # Variables to export from this module |
@@ -253,23 +251,21 @@ PrivateData = @{ |
253 | 251 | # IconUri = '' |
254 | 252 |
|
255 | 253 | # ReleaseNotes of this module |
256 | | - ReleaseNotes = '* Supported rename file and directory |
257 | | - - ''Rename-AzStorageFile'' |
258 | | - - ''Rename-AzStorageDirectory'' |
259 | | -* Added a warning message for an upcoming breaking change when getting a single blob |
260 | | - - ''Get-AzStorageBlob'' |
261 | | -* Fixed the issue of listing blobs with leading slashes |
262 | | - - ''Get-AzStorageBlob'' |
263 | | -* Added support for sticky bit |
264 | | - - ''New-AzDataLakeGen2Item'' |
265 | | - - ''New-AzDataLakeGen2ACLObject'' |
266 | | - - ''Update-AzDataLakeGen2Item'' |
267 | | -* Added warning messages for an upcoming cmdlet breaking change |
268 | | - - ''New-AzStorageAccount'' |
269 | | - - ''Set-AzStorageAccount'' |
270 | | -* Allowed to clear blob tags on a blob |
271 | | - - ''Set-AzStorageBlobTag'' |
272 | | -* Updated Azure.Core to 1.31.0' |
| 254 | + ReleaseNotes = '* Support OAuth authentication on File service cmdlets |
| 255 | + - ''New-AzStorageContext'' |
| 256 | + - ''Get-AzStorageFile'' |
| 257 | + - ''Get-AzStorageFileContent'' |
| 258 | + - ''Get-AzStorageFileCopyState'' |
| 259 | + - ''New-AzStorageDirectory'' |
| 260 | + - ''Remove-AzStorageDirectory'' |
| 261 | + - ''Remove-AzStorageFile'' |
| 262 | + - ''Set-AzStorageFileContent'' |
| 263 | + - ''Start-AzStorageFileCopy'' |
| 264 | + - ''Stop-AzStorageFileCopy'' |
| 265 | + - ''Get-AzStorageFileHandle'' |
| 266 | + - ''Close-AzStorageFileHandle'' |
| 267 | +* Support get a file share object without get share properties. For pipeline to file/directory cmdlets with OAuth authentication. |
| 268 | + - ''Get-AzStorageShare''' |
273 | 269 |
|
274 | 270 | # Prerelease string of this module |
275 | 271 | Prerelease = 'preview' |
|
0 commit comments