Skip to content

Commit f0a288a

Browse files
committed
Bumping module version to 3.2.0 for AzureRm and AzureRm.Network
1 parent afa6a61 commit f0a288a

File tree

6 files changed

+30
-115
lines changed

6 files changed

+30
-115
lines changed

ChangeLog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## 2016.11.02 - Version 3.1.0
1+
## 2016.11.14 - Version 3.2.0
2+
* Network
3+
* Get-AzureRmVirtualNetworkGatewayConnection
4+
    - Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status.
5+
* Reset-AzureRmVirtualNetworkGateway
6+
    - Added optional input param:- gatewayVip to pass gateway vip for ResetGateway API in case of Active-Active feature enabled gateways.
7+
    - Gateway Vip can be retrieved from PublicIPs refered in VirtualNetworkGateway object.
8+
9+
## 2016.11.02 - Version 3.1.0
210
* ApiManagement
311
* Fixed cmdlet Import-AzureRmApiManagementApi when importing Api by SpecificationByUrl parameter
412
* New-AzureRmApiManagement supports creating an ApiManagement service in a VirtualNetwork and with additional regions

src/ResourceManager/Network/AzureRM.Network.psd1

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.1.0'
15+
ModuleVersion = '3.2.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -293,13 +293,11 @@ PrivateData = @{
293293
# IconUri = ''
294294

295295
# ReleaseNotes of this module
296-
ReleaseNotes = '* Add-AzureRmVirtualNetworkPeering
297-
- Parameter AlloowGatewayTransit renamed to AllowGatewayTransit (an alias for the old parameter was created)
298-
- Fixed issue where UseRemoteGateway property was not being populated in the request to the server
299-
* Get-AzureRmEffectiveNetworkSecurityGroup
300-
- Add warning if there is no response from GetEffectiveNSG
301-
* Add Source property to EffectiveRoute
302-
'
296+
ReleaseNotes = '* Get-AzureRmVirtualNetworkGatewayConnection
297+
    - Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status.
298+
* Reset-AzureRmVirtualNetworkGateway
299+
    - Added optional input param:- gatewayVip to pass gateway vip for ResetGateway API in case of Active-Active feature enabled gateways.
300+
    - Gateway Vip can be retrieved from PublicIPs refered in VirtualNetworkGateway object.'
303301

304302
# External dependent modules of this module
305303
# ExternalModuleDependencies = ''

src/ResourceManager/Network/ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
21-
## Current Release
20+
## Current Release
21+
22+
## Version 3.2.0
2223
* Get-AzureRmVirtualNetworkGatewayConnection
2324
    - Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status.
2425
* Reset-AzureRmVirtualNetworkGateway

src/ResourceManager/Network/Commands.Network.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232

3333
[assembly: Guid("d1e9969e-7b83-4dfc-a7a2-523d4f7e6cc9")]
3434

35-
[assembly: AssemblyVersion("3.1.0")]
36-
[assembly: AssemblyFileVersion("3.1.0")]
35+
[assembly: AssemblyVersion("3.2.0")]
36+
[assembly: AssemblyFileVersion("3.2.0")]
3737
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/Network/Commands.Network/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")]
28-
[assembly: AssemblyVersion("3.1.0")]
29-
[assembly: AssemblyFileVersion("3.1.0")]
28+
[assembly: AssemblyVersion("3.2.0")]
29+
[assembly: AssemblyFileVersion("3.2.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Network.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

tools/AzureRM/AzureRM.psd1

Lines changed: 8 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\AzureRM.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.1.0'
15+
ModuleVersion = '3.2.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -72,7 +72,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '2.3.0';
7272
@{ModuleName = 'AzureRM.LogicApp'; RequiredVersion = '2.3.0'; },
7373
@{ModuleName = 'AzureRM.MachineLearning'; RequiredVersion = '0.11.1'; },
7474
@{ModuleName = 'AzureRM.Media'; RequiredVersion = '0.3.1'; },
75-
@{ModuleName = 'AzureRM.Network'; RequiredVersion = '3.1.0'; },
75+
@{ModuleName = 'AzureRM.Network'; RequiredVersion = '3.2.0'; },
7676
@{ModuleName = 'AzureRM.NotificationHubs'; RequiredVersion = '2.3.0'; },
7777
@{ModuleName = 'AzureRM.OperationalInsights'; RequiredVersion = '2.3.0'; },
7878
@{ModuleName = 'AzureRM.PowerBIEmbedded'; RequiredVersion = '2.3.0'; },
@@ -145,105 +145,13 @@ PrivateData = @{
145145
# IconUri = ''
146146

147147
# 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
219149
* 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.'
247155

248156
# External dependent modules of this module
249157
# ExternalModuleDependencies = ''

0 commit comments

Comments
 (0)