Skip to content

Commit 26d63fd

Browse files
authored
Merge pull request Azure#4773 from bganapa/release-notes
release notes updates for the release 1.2.11
2 parents 221015a + 6a5ca97 commit 26d63fd

File tree

2 files changed

+75
-11
lines changed

2 files changed

+75
-11
lines changed

src/StackAdmin/AzureRM/AzureRM.psd1

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,71 @@ ModuleList = @()
9595
# List of all files packaged with this module
9696
FileList = @()
9797

98-
# Private data to pass to the module specified in ModuleToProcess
99-
PrivateData = ''
98+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
99+
PrivateData = @{
100+
101+
PSData = @{
102+
103+
# Tags applied to this module. These help with module discovery in online galleries.
104+
# Tags = @()
105+
106+
# A URL to the license for this module.
107+
LicenseUri = 'https://aka.ms/azps-license'
108+
109+
# A URL to the main website for this project.
110+
ProjectUri = 'https://github.com/Azure/azure-powershell'
111+
112+
# A URL to an icon representing this module.
113+
# IconUri = ''
114+
115+
# ReleaseNotes of this module
116+
ReleaseNotes = '## 2017.10.12 - Version 1.2.11
117+
* The release 1.2.11 comes with a list of breaking changes. To upgrade from the 1.2.10 version, we have created a migration guide at https://aka.ms/azSpowershellmigration
118+
* Profile
119+
* Context persistence has been enabled, refer to the link for the details https://docs.microsoft.com/en-us/powershell/azure/context-persistence
120+
* Add-AzureRmAccount - EnvironmentName parameter has been removed and replaced with Environment
121+
* Select-AzureRmContext has been renamed to Import-AzureRmContext
122+
* Save-AzureRmProfile has been renamed to Save-AzureRmContext
123+
* -Force Parameter has been deprecated from Remove-AzureRmEnvironment
124+
* Refer to the migration guide https://aka.ms/azSpowershellmigration for the object model changes
125+
* Compute
126+
* Tags parameter has been changed to Tag and the type was changed from HashTable[] to HashTable for the cmdlets New-AzureRmVM and Update-AzureRmVM
127+
* Dns
128+
* Tags parameter has been changed to Tag and the type was changed from HashTable[] to HashTable for the cmdlets New-AzureRmDnsZone and Set-AzureRmDnsZone
129+
* KeyVault
130+
* Tags parameter has been changed to Tag and the type was changed from HashTable[] to HashTable for the cmdlets New-AzureRmDnsZone and Set-AzureRmDnsZone
131+
* Network
132+
* Tags parameter has been changed to Tag and the type was changed from HashTable[] to HashTable for the following cmdlets
133+
- New-AzureRmApplicationGateway
134+
- New-AzureRmExpressRouteCircuit
135+
- New-AzureRmLoadBalancer
136+
- New-AzureRmLocalNetworkGateway
137+
- New-AzureRmNetworkInterface
138+
- New-AzureRmNetworkSecurityGroup
139+
- New-AzureRmPublicIpAddress
140+
- New-AzureRmRouteTable
141+
- New-AzureRmVirtualNetwork
142+
- New-AzureRmVirtualNetworkGateway
143+
- New-AzureRmVirtualNetworkGatewayConnection
144+
- New-AzureRmVirtualNetworkPeering
145+
* Resources
146+
* -Force parmeter has been removed from the following cmdlets
147+
- Register-AzureRmProviderFeature
148+
- Register-AzureRmResourceProvider
149+
- Remove-AzureRmADServicePrincipal
150+
- Remove-AzureRmPolicyAssignment
151+
- Remove-AzureRmResourceGroupDeployment
152+
- Remove-AzureRmRoleAssignment
153+
- Stop-AzureRmResourceGroupDeployment
154+
- Unregister-AzureRmResourceProvider
155+
* Tag
156+
* -Force parmeter has been removed from the cmdlet Remove-AzureRmTag'
157+
158+
# External dependent modules of this module
159+
# ExternalModuleDependencies = ''
160+
161+
} # End of PSData hashtable
162+
163+
} # End of PrivateData hashtable
100164

101165
}

src/StackAdmin/AzureStack/AzureStack.psd1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RequiredModules = @(@{ModuleName="AzureRM.Profile"; RequiredVersion="3.4.1"},
8484

8585
# List of all files packaged with this module
8686
# FileList = @()
87-
87+
8888
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
8989
PrivateData = @{
9090

@@ -94,7 +94,7 @@ PrivateData = @{
9494
# Tags = @()
9595

9696
# A URL to the license for this module.
97-
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/stack-dev/LICENSE.txt'
97+
LicenseUri = 'https://aka.ms/azps-license'
9898

9999
# A URL to the main website for this project.
100100
ProjectUri = 'https://github.com/Azure/azure-powershell'
@@ -103,17 +103,17 @@ PrivateData = @{
103103
# IconUri = ''
104104

105105
# ReleaseNotes of this module
106-
ReleaseNotes = '2017.01.11 version 1.2.8
107-
* AzureRM.Keyvault module
108-
* Relaxing data type of ObjectId from Guid to string in Access Policy Entry for a Vault. These changes are required to Support ADFS Identity System.
109-
* Set-AzureRmKeyVaultAccessPolicy cmdlet has an optional parameter BypassObjectIdValidation for supporting ADFS scenarios'
110-
106+
ReleaseNotes = '## 2017.10.12 - Version 1.2.11
107+
* Dependency on the new AzureRm.Profile module brings many breaking changes, please refer migration guide https://aka.ms/azSpowershellmigration for the details
108+
* AzureStackAdmin
109+
* Get-AzsTenantSubscription has been renamed to Get-AzsUserSubscription with alias support for backward compatibility
110+
* New-AzsTenantSubscription has been renamed to New-AzsUserSubscription with alias support for backward compatibility
111+
* Remove-AzsTenantSubscription has been renamed to Remove-AzsUserSubscription with alias support for backward compatibility'
111112
# External dependent modules of this module
112113
# ExternalModuleDependencies = ''
113114

114115
} # End of PSData hashtable
115-
116-
} # End of PrivateData hashtable
116+
} # End of PrivateData hashtable
117117

118118
# HelpInfo URI of this module
119119
# HelpInfoURI = ''

0 commit comments

Comments
 (0)