You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/StackAdmin/AzureRM/AzureRM.psd1
+66-2Lines changed: 66 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,71 @@ ModuleList = @()
95
95
# List of all files packaged with this module
96
96
FileList=@()
97
97
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.
* 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'
# 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.
* 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'
0 commit comments