Skip to content

Commit

Permalink
bump up storage verison -> 3.0.1-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel committed Oct 29, 2020
1 parent 5c9f3d5 commit aa7169f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 31 deletions.
33 changes: 6 additions & 27 deletions src/Storage/Storage.Management/Az.Storage.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/23/2020
# Generated on: 2020/10/29
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '3.0.0'
ModuleVersion = '3.0.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -230,31 +230,10 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Removed obsolete property RestorePolicy.LastEnabledTime
- ''Enable-AzStorageBlobRestorePolicy''
- ''Disable-AzStorageBlobRestorePolicy''
- ''Get-AzStorageBlobServiceProperty''
- ''Update-AzStorageBlobServiceProperty''
* Change Type of DaysAfterModificationGreaterThan from int to int?
- ''Set-AzStorageAccountManagementPolicy''
- ''Get-AzStorageAccountManagementPolicy''
- ''Add-AzStorageAccountManagementPolicyAction''
- ''New-AzStorageAccountManagementPolicyRule''
* Supported create/update file share with access tier
- ''New-AzRmStorageShare''
- ''Update-AzRmStorageShare''
* Supported set/update/remove Acl recursively on Datalake Gen2 item
- ''Set-AzDataLakeGen2AclRecursive''
- ''Update-AzDataLakeGen2AclRecursive''
- ''Remove-AzDataLakeGen2AclRecursive''
* Supported Container access policy with new permission x,t
- ''New-AzStorageContainerStoredAccessPolicy''
- ''Set-AzStorageContainerStoredAccessPolicy''
* Changed the output of get/set Container access policy cmdlet, by change the child property Permission type from enum to String
- ''Get-AzStorageContainerStoredAccessPolicy''
- ''Set-AzStorageContainerStoredAccessPolicy''
* Fixed a sample script issue of set management policy with json
- ''Set-AzStorageAccountManagementPolicy'''
ReleaseNotes = '* Supported resource access rule in NetworkRuleSet
- ''Update-AzStorageAccountNetworkRuleSet''
- ''Add-AzStorageAccountNetworkRule''
- ''Remove-AzStorageAccountNetworkRule'''

# Prerelease string of this module
Prerelease = 'preview'
Expand Down
2 changes: 2 additions & 0 deletions src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 3.0.1
* Supported resource access rule in NetworkRuleSet
- `Update-AzStorageAccountNetworkRuleSet`
- `Add-AzStorageAccountNetworkRule`
Expand Down
4 changes: 2 additions & 2 deletions src/Storage/Storage.Management/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyVersion("3.0.1")]
[assembly: AssemblyFileVersion("3.0.1")]
4 changes: 2 additions & 2 deletions src/Storage/Storage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyVersion("3.0.1")]
[assembly: AssemblyFileVersion("3.0.1")]
[assembly: CLSCompliant(false)]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]
Expand Down

0 comments on commit aa7169f

Please sign in to comment.