|
12 | 12 | RootModule = '.\AzureRM.psm1' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '3.1.0' |
| 15 | +ModuleVersion = '3.2.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | # CompatiblePSEditions = @() |
@@ -72,7 +72,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '2.3.0'; |
72 | 72 | @{ModuleName = 'AzureRM.LogicApp'; RequiredVersion = '2.3.0'; }, |
73 | 73 | @{ModuleName = 'AzureRM.MachineLearning'; RequiredVersion = '0.11.1'; }, |
74 | 74 | @{ModuleName = 'AzureRM.Media'; RequiredVersion = '0.3.1'; }, |
75 | | - @{ModuleName = 'AzureRM.Network'; RequiredVersion = '3.1.0'; }, |
| 75 | + @{ModuleName = 'AzureRM.Network'; RequiredVersion = '3.2.0'; }, |
76 | 76 | @{ModuleName = 'AzureRM.NotificationHubs'; RequiredVersion = '2.3.0'; }, |
77 | 77 | @{ModuleName = 'AzureRM.OperationalInsights'; RequiredVersion = '2.3.0'; }, |
78 | 78 | @{ModuleName = 'AzureRM.PowerBIEmbedded'; RequiredVersion = '2.3.0'; }, |
@@ -145,105 +145,13 @@ PrivateData = @{ |
145 | 145 | # IconUri = '' |
146 | 146 |
|
147 | 147 | # ReleaseNotes of this module |
148 | | - ReleaseNotes = '2016.11.02 - Version 3.1.0 |
149 | | -* ApiManagement |
150 | | - * Fixed cmdlet Import-AzureRmApiManagementApi when importing Api by SpecificationByUrl parameter |
151 | | - * New-AzureRmApiManagement supports creating an ApiManagement service in a VirtualNetwork and with additional regions |
152 | | -* AzureBatch |
153 | | - * Rename cmdlet Get-AzureRmBatchSubscriptionQuotas to Get-AzureRmBatchLocationsQuotas (an alias for the old command was created) |
154 | | - - Rename return type PSBatchSubscriptionQuotas to PSBatchLocationQuotas (no property changes) |
155 | | -* Compute |
156 | | - * Update formats for list of VMs, VMScaleSets and ContainerService |
157 | | - - The default format of Get-AzureRmVM, Get-AzureRmVmss and Get-AzureRmContainerService is not table format when these cmdlets call List Operation |
158 | | - * Fix overprovision issue for VMScaleSet |
159 | | - - Because of the bug in Compute client library (and Swagger spec) regarding overprovision property of VMScaleSet, this property did not show up correctly. |
160 | | - * Better piping scenario for VMScaleSets and ContainerService cmdlets |
161 | | - - VMScaleSet and ContainerService now have "ResourceGroupName" property, so when piping Get command to Delete/Update command, -ResourceGroupName is not required. |
162 | | - * Separate paremater sets for Set-AzureRmVM with Generalized and Redeploy parameter |
163 | | - * Reduce time taken by Get-AzureRmVMDiskEncryptionStatus cmdlet from two minutes to under five seconds |
164 | | - * Allow Set-AzureRmVMDiskEncryptionStatus to be used with VHDs residing in multiple resource groups |
165 | | -# DataLakeAnalytics |
166 | | - * Addition of Catalog CRUD cmdlets: |
167 | | - - The following cmdlets are replacing Secret CRUD cmdlets. In the next release Secret CRUD cmdlets will be removed. |
168 | | - - New-AzureRMDataLakeAnalyticsCatalogCredential |
169 | | - - Set-AzureRMDataLakeAnalyticsCatalogCredential |
170 | | - - Remove-AzureRMDataLakeAnalyticsCatalogCredential |
171 | | - * Fixes for Get-AzureRMDataLakeAnalyticsCatalogItem |
172 | | - - Better error messaging and support for invalid input |
173 | | - * General help improvements |
174 | | - - Clearer help for job operations |
175 | | - - Fixed typos and incorrect examples |
176 | | -* DataLakeStore |
177 | | - * Improvements to import and export data cmdlets |
178 | | - - Drastically increased performance for distributed download scenarios, where multiple sessions are running across many clients targeting the same ADLS account. |
179 | | - - Better error handling and messaging for both upload and download scenarios. |
180 | | - * Full Firewall rules management CRUD |
181 | | - - The below cmdlets can be used to manage firewall rules for an ADLS account: |
182 | | - - Add-AzureRMDataLakeStoreFirewallRule |
183 | | - - Set-AzureRMDataLakeStoreFirewallRule |
184 | | - - Get-AzureRMDataLakeStoreFirewallRule |
185 | | - - Remove-AzureRMDataLakeStoreFirewallRule |
186 | | - * Full Trusted ID provider management CRUD |
187 | | - - The below cmdlets can be used to manage trusted identity providers for an ADLS account: |
188 | | - - Add-AzureRMDataLakeStoreTrustedIdProvider |
189 | | - - Set-AzureRMDataLakeStoreTrustedIdProvider |
190 | | - - Get-AzureRMDataLakeStoreTrustedIdProvider |
191 | | - - Remove-AzureRMDataLakeStoreTrustedIdProvider |
192 | | - * Account Encryption Support |
193 | | - - You can now encrypt newly created ADLS accounts as well as enable encryption on existing ADLS accounts using the New-AzureRMDataLakeStoreAccount and Set-AzureRMDataLakeStoreAccount cmdlets, respectively. |
194 | | -* HDInsight |
195 | | - * Add support to create HDInsight Spark 2.0 cluster using new cmdlet Add-AzureRmHDInsightComponentVersion to specify the component version of Spark |
196 | | - * Get-AzureRmHDInsightCluster now returns the component version in a Spark 2.0 cluster |
197 | | - * New cmdlet |
198 | | - - Add-AzureRmHDInsightSecurityProfile |
199 | | -* Insights |
200 | | - * Add several warning/deprecation messages about future changes to cmdlets |
201 | | - - Add-AzureRmAutoscaleSetting |
202 | | - - Get-AzureRmMetric |
203 | | - - Get-AzureRmMetricDefinition |
204 | | - - New-AzureRmAutoscaleRule |
205 | | - - Remove-AzureRmAlertRule |
206 | | - - Remove-AzureRmAutoscaleSetting |
207 | | - - Remove-AzureRmLogProfile |
208 | | - * Add new parameter to Set-AzureRmDiagnosticSetting |
209 | | - - Parameter WorkspaceId is the OMS workspace Id |
210 | | -* MachineLearning |
211 | | - * Add support for Azure Machine Learning Committment Plans |
212 | | - - Get-AzureRmMLCommitmentAssociation |
213 | | - - Get-AzureRmMLCommitmentPlan |
214 | | - - Get-AzureRmMLCommitmentPlanUsageHistory |
215 | | - - Move-AzureRmMLCommitmentAssociation |
216 | | - - New-AzureRmMLCommitmentPlan |
217 | | - - Remove-AzureRmMLCommitmentPlan |
218 | | - - Update-AzureRmMLCommitmentPlan |
| 148 | + ReleaseNotes = '2016.11.14 - Version 3.2.0 |
219 | 149 | * Network |
220 | | - * Add-AzureRmVirtualNetworkPeering |
221 | | - - Parameter AlloowGatewayTransit renamed to AllowGatewayTransit (an alias for the old parameter was created) |
222 | | - - Fixed issue where UseRemoteGateway property was not being populated in the request to the server |
223 | | - * Get-AzureRmEffectiveNetworkSecurityGroup |
224 | | - - Add warning if there is no response from GetEffectiveNSG |
225 | | - * Add Source property to EffectiveRoute |
226 | | -* NotificationHubs |
227 | | - * New cmdlets |
228 | | - - New-AzureRmNotificationHubKey |
229 | | - - New-AzureRmNotificationHubsNamespaceKey |
230 | | -* OperationalInsights |
231 | | - * Add new parameter to cmdlet New-AzureRmOperationalInsightsWindowsPerformanceCounterDataSource |
232 | | - - UseLegacyCollector (switch parameter) will enable collection of 32-bit legacy performance counters on 64-bit machines |
233 | | - * Rename New-AzureRmOperationalInsightsAzureAuditDataSource to New-AzureRmOperationalInsightsAzureActivityLogDataSource (an alias for the old command was created) |
234 | | - * Get-AzureRmOperationalInsightsDataSource returns null instead of throwing an exception if not found |
235 | | - * New-AzureRmOperationalInsightsComputerGroup now supports defining a group simply by separating computer names with commas |
236 | | -* Profile |
237 | | - * Add-AzureRmAccount |
238 | | - - Add position for Credential parameter so the following command is allowed: Add-AzureRmAccount (Get-Credential) |
239 | | - - Updated parameter sets so the SubscriptionId and SubscriptionName are mutually exclusive |
240 | | -* Resources |
241 | | - * Lookup of AAD group by Id now uses GetObjectsByObjectId AAD Graph call instead of Groups/<id> |
242 | | - - This will enable Groups lookup in CSP scenario |
243 | | - * Remove unnecessary AAD graph call in Get role assignments logic |
244 | | - - Only make call when needed instead of always |
245 | | - * Fixed issue where Remove-AzureRmResource would throw an exception if one of the resources passed through the pipeline failed to be removed |
246 | | - - If cmdlet fails to remove one of the resources, the result will not have an effect on the removal of other resources' |
| 150 | + * Get-AzureRmVirtualNetworkGatewayConnection |
| 151 | + - Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status. |
| 152 | + * Reset-AzureRmVirtualNetworkGateway |
| 153 | + - Added optional input param:- gatewayVip to pass gateway vip for ResetGateway API in case of Active-Active feature enabled gateways. |
| 154 | + - Gateway Vip can be retrieved from PublicIPs refered in VirtualNetworkGateway object.' |
247 | 155 |
|
248 | 156 | # External dependent modules of this module |
249 | 157 | # ExternalModuleDependencies = '' |
|
0 commit comments