Skip to content

Commit 2851023

Browse files
authored
Merge pull request Azure#3538 from Azure/master
[Release 3.6.0] Merge master --> dev
2 parents 3ad49e4 + 13704d7 commit 2851023

File tree

409 files changed

+657353
-60266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

409 files changed

+657353
-60266
lines changed

ChangeLog.md

Lines changed: 123 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,126 @@
1-
## 2017.01.18 - Version 3.4.0
1+
## 2017.02.22 - Version 3.6.0
2+
* AnalysisServices
3+
* Added State property in additional to ProvisioningState
4+
- All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
5+
- The 'State' is intended to check status outside of provisioning, while 'ProvisioningState' is intended to check status related to Provisioning.
6+
- ProvisioningState and State are same in service side at this moment, the service side would differenciate ProvisioningState and State in future
7+
* CognitiveServices
8+
* Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
9+
* Remove the validation against “Type” and “SkuName” of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.
10+
* Compute
11+
* Updated Set-AzureRmVMDscExtension cmdlet WmfVersion parameter to support "5.1"
12+
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
13+
- Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon 'none' or e.g. -Daemon 'service'."
14+
- Secret: The encryption key used to encrypt and decrypt the data bag item values.
15+
- SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.
16+
* Fix for Get-AzureRmVM: Get-AzureRmVM did not display anything when the output includes availability set property.
17+
* New cmdlets:
18+
- Update-AzureRmAvailabilitySet: can update an unmanaged availability set to a managed availability set.
19+
- Add-AzureRmVmssDataDisk, Remove-AzureRmVmssDataDisk
20+
* New parameter, SkipVmBackup, for cmdlet Set-AzureRmVMDiskEncryptionExtension to allow user to skip backup creation for Linux VMs
21+
* DataFactories
22+
* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
23+
* DataLakeAnalytics
24+
* Add Firewall Rule support to Data Lake Analytics:
25+
- Add-AzureRMDataLakeAnalyticsFirewallRule
26+
- Get-AzureRMDataLakeAnalyticsFirewallRule
27+
- Set-AzureRMDataLakeAnalyticsFirewallRule
28+
- Remove-AzureRMDataLakeAnalyticsFirewallRule
29+
- Set-AzureRMDataLakeAnalyticsAccount supports enabling/disabling the firewall and allowing/blocking Azure originating IPs through the firewall
30+
- Warnings will be raised if updating firewall rules when the firewall is disabled
31+
* Fix Get-AzureRMDataLakeAnalyticsJob functionality:
32+
- Top now correctly returns the number of jobs specified. The default number of jobs to return is 500. The more jobs requested the longer the command will take.
33+
* Remove explicit restrictions on resource locations. If Data Lake Analytics is not supported in a region, we will surface an error from the service.
34+
* DataLakeStore
35+
* Update Upload and Download commands to use the new and improved Upload/Download helpers in the new DataLake.Store clients. This also gives better diagnostic logging, if enabled.
36+
* Default thread counts for Upload and download are now computed on a best effort basis based on the data being uploaded or downloaded. This should allow for good performance without specifying a thread count.
37+
* Update to Set-AzureRMDataLakeStoreAccount to allow for enabling and disabling Azure originating IPs through the firewall
38+
* Add warnings to Add and Set-AzureRMDataLakeStoreFirewallRule and AzureRMDataLakeStoreTrustedIdProvider if they are disabled
39+
* Remove explicit restrictions on resource locations. If Data Lake Store is not supported in a region, we will surface an error from the service.
40+
* EventHub
41+
* Future Breaking Change Notification: We've added a warning about removing property 'ResourceGroupName' from the returned NamespceAttributes from cmdlets New-AzureRmEventHubNamespace, Get-AzureRmEvnetHubNamespace and Set-AzureRmEvnetHubNamespace
42+
* Insights
43+
* Allow users to unselect data sinks for Set-AzureRmDiagnosticSettings
44+
* Network
45+
* Added support for network Watcher APIs
46+
- New-AzureRmNetworkWatcher
47+
- Get-AzureRmNetworkWatcher
48+
- Remove-AzureRmNetworkWatcher
49+
- New-AzureRmPacketCaptureFilterConfig
50+
- New-AzureRmNetworkWatcherPacketCapture
51+
- Get-AzureRmNetworkWatcherPacketCapture
52+
- Stop-AzureRmNetworkWatcherPacketCapture
53+
- Remove-AzureRmNetworkWatcherPacketCapture
54+
- Get-AzureRmNetworkWatcherFlowLogSatus
55+
- Get-AzureRmNetworkWatcherNextHop
56+
- Get-AzureRmNetworkWatcherSecurityGroupView
57+
- Get-AzureRmNetworkWatcherTopology
58+
- Get-AzureRmNetworkWatcherTroubleshootingResult
59+
- Set-AzureRmNetworkWatcherConfigFlowLog
60+
- Start-AzureRmNetworkWatcherResourceTroubleshooting
61+
- Test-AzureRmNetworkWatcherIPFlow
62+
* Add-AzureRmExpressRouteCircuitPeeringConfig
63+
- Added new param :-RouteFilter to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource
64+
- Added new param :-RouteFilterId to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource id
65+
* New-AzureRmExpressRouteCircuitPeeringConfig
66+
- Added new param :-RouteFilter to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource
67+
- Added new param :-RouteFilterId to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource id
68+
* Set-AzureRmExpressRouteCircuitPeeringConfig
69+
- Added new param :-RouteFilter to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource
70+
- Added new param :-RouteFilterId to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource id
71+
* New cmdlets for selective service feature
72+
- Get-AzureRmRouteFilter
73+
- New-AzureRmRouteFilter
74+
- Set-AzureRmRouteFilter
75+
- Remove-AzureRmRouteFilter
76+
- Add-AzureRmRouteFilterRuleConfig
77+
- Get-AzureRmRouteFilterRuleConfigobject
78+
- New-AzureRmRouteFilterRuleConfig
79+
- Set-AzureRmRouteFilterRuleConfig
80+
- Remove-AzureRmRouteFilterRuleConfig
81+
* Resources
82+
* Support policy parameters for New-AzureRmPolicyDefinition and New-AzureRmPolicyAssignment
83+
- Users can now use Parameter parameter with New-AzureRmPolicyDefinition. This accepts both JSON string and file path.
84+
- Users can now provide policy parameter values in New-AzureRmPolicyAssignment in a couple of ways, including JSON string, file path, PS object, and through PowerShell parameters.
85+
* Scheduler
86+
* Fixed issue to properly encode HTTP jobs' callback Uri in Scheduler PowerShell cmdlet
87+
* Sql
88+
* Adding new cmdlets for support for Azure SQL feature Transparent Data Encryption (TDE) with Bring Your Own Key (BYOK) Support
89+
- TDE with BYOK support is a new feature in Azure SQL, which allows users to encrypt their database with a key from Azure Key Vault. This feature is currently in private preview.
90+
- Get-AzureRmSqlServerKeyVaultKey : This cmdlet returns a list of Azure Key Vault keys added to a Sql Server.
91+
- Add-AzureRmSqlServerKeyVaultKey : This cmdlet adds an Azure Key Vault key to a Sql Server.
92+
- Remove-AzureRmSqlServerKeyVaultKey : This cmdlet removes an Azure Key Vault key from a Sql Server.
93+
- Get-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet returns the current encryption protector for a Sql Server.
94+
- Set-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet sets the encryption protector for a Sql Server. The encryption protector can be set to a key from Azure Key Vault or a key that is managed by Azure Sql.
95+
* New feature: Set--AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy supports setting secondary storage key for AuditType Blob
96+
* Bug fix: Remove-AzureRmSqlDatabaseAuditing should set the UseServerDefault value to disabled
97+
* Bug fix: Fixing an issue of selecting classic storage account when creating / updating Auditing or Threat Detection policies
98+
* Bug fix: Set-AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy commands use the AuditType value that was previously defined in case it has not been configured by the user.
99+
* Bug fix: In case Blob Auditing is defined, Remove-AzureRmSqlDatabaseAuditing and Remove-AzureRmSqlDatabaseServerAuditingPolicy commands disable the Auditing settings.
100+
* Adding new cmdlets for support for Azure SQL feature AutoDR:
101+
-This is a new feature in Azure SQL that supports failover of multiple Azure Sql Databases to the partner server at the same time during disaster and allows automatic failover
102+
- Add-AzureRmSqlDatabaseToFailoverGroup add Azure Sql Databases into a Failover Group
103+
- Get-AzureRmSqlDatabaseFailoverGroup get the Failover Group entity
104+
- New-AzureRmSqlDatabaseFailoverGroup creates a new Failover Group
105+
- Remove-AzureRmSqlDatabaseFromFailoverGroup removes Azure Sql Databases from a Failover Group
106+
- Remove-AzureRmSqlDatabaseFailoverGroup Failover Group deletes the Failover Group
107+
- Set-AzureRmSqlDatabaseFailoverGroup set Azure Sql Database Failover Policy and Grace Period entities of the Failover Group
108+
- Switch-AzureRmSqlDatabaseFailoverGroup issues the failover operation with data loss or without data loss
109+
* Storage
110+
* Upgrade Microsoft.Azure.Management.Storage to version 6.1.0-preview
111+
* Add File Encryption features support to resource mode storage account cmdlets
112+
- New-AzureRmStorageAccount
113+
- Set-AzureRmStorageAccount
114+
115+
* ServiceManagement
116+
* Updated Set-AzureVMDscExtension cmdlet WmfVersion parameter to support "5.1"
117+
118+
* Updated Set-AzureVMChefExtension cmdlet to add following new options :
119+
- Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon 'none' or e.g. -Daemon 'service'."
120+
- Secret: The encryption key used to encrypt and decrypt the data bag item values.
121+
- SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.
122+
123+
## 2017.01.18 - Version 3.4.0
2124
* AnalysisServices
3125
* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
4126
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
@@ -517,7 +639,6 @@
517639
* DataFactory
518640
* Added new cmdlet for listing activity windows
519641
- Get-AzureRmDataFactoryActivityWindow
520-
* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
521642
* DataLake
522643
* Changed parameter `Host` to `DatabaseHost` and added alias to `Host`
523644
- New-AzureRmDataLakeAnalyticsCatalogSecret

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - January 2017" ?>
4+
<?define productName="Microsoft Azure PowerShell - February 2017" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="3.4.0" ?>
8+
<?define version="3.6.0" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

setup/azurecmdfiles.wxi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,9 +2017,6 @@
20172017
<Component Id="cmp4665FDA09AEBB2263079C77AD5FAE614" Guid="*">
20182018
<File Id="fil67E80D69FD7CFFD1BDC41F143BB1B9E4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.WindowsAzure.Commands.Common.dll" />
20192019
</Component>
2020-
<Component Id="cmpD9E00CF36A1BF106BD49E9368F96A1EE" Guid="*">
2021-
<File Id="fil20EB538DE607DDE13AB3D2D42016F54D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Network\Microsoft.WindowsAzure.Storage.dll" />
2022-
</Component>
20232020
<Component Id="cmpA96B1B72C5D8449B6A78CEE7B3D8003A" Guid="*">
20242021
<File Id="filEF8564B0A72776B7B7DF45B770E1BA9B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Network\Newtonsoft.Json.dll" />
20252022
</Component>
@@ -6373,7 +6370,6 @@
63736370
<ComponentRef Id="cmpB1CC3831A4FB6A26C143DA8B6606425B" />
63746371
<ComponentRef Id="cmp915E6351383D1760B6CB025667A99E49" />
63756372
<ComponentRef Id="cmp4665FDA09AEBB2263079C77AD5FAE614" />
6376-
<ComponentRef Id="cmpD9E00CF36A1BF106BD49E9368F96A1EE" />
63776373
<ComponentRef Id="cmpA96B1B72C5D8449B6A78CEE7B3D8003A" />
63786374
<ComponentRef Id="cmp1DE03E3ABD3F489833110639A13322DB" />
63796375
<ComponentRef Id="cmp22A4A30D24CDED6264D46F12597014F5" />

src/Common/Commands.Common.Authentication.Test/Properties/AssemblyInfo.cs

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

2929
[assembly: ComVisible(false)]
3030
[assembly: CLSCompliant(false)]
31-
[assembly: AssemblyVersion("3.4.0")]
32-
[assembly: AssemblyFileVersion("3.4.0")]
31+
[assembly: AssemblyVersion("3.6.0")]
32+
[assembly: AssemblyFileVersion("3.6.0")]
3333
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/Common/Commands.Common.Authentication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("3.4.0")]
50-
[assembly: AssemblyFileVersion("3.4.0")]
49+
[assembly: AssemblyVersion("3.6.0")]
50+
[assembly: AssemblyFileVersion("3.6.0")]

src/Common/Commands.Common.Storage/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("c565107e-98a9-4703-85cd-a7efc3d8da7b")]
27-
[assembly: AssemblyVersion("3.4.0")]
28-
[assembly: AssemblyFileVersion("3.4.0")]
27+
[assembly: AssemblyVersion("3.6.0")]
28+
[assembly: AssemblyFileVersion("3.6.0")]

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public class AzurePowerShell
2626

2727
public const string AssemblyCopyright = "Copyright © Microsoft";
2828

29-
public const string AssemblyVersion = "3.4.0";
29+
public const string AssemblyVersion = "3.6.0";
3030

31-
public const string AssemblyFileVersion = "3.4.0";
31+
public const string AssemblyFileVersion = "3.6.0";
3232

3333
public const string ProfileFile = "AzureProfile.json";
3434

src/Common/Commands.Common/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("4f3ab2e4-cc7a-43ac-bb15-f481fcf94d58")]
28-
[assembly: AssemblyVersion("3.4.0")]
29-
[assembly: AssemblyFileVersion("3.4.0")]
28+
[assembly: AssemblyVersion("3.6.0")]
29+
[assembly: AssemblyFileVersion("3.6.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Commands.CloudService, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]

src/Common/Commands.ScenarioTests.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.4.0")]
36-
[assembly: AssemblyFileVersion("3.4.0")]
35+
[assembly: AssemblyVersion("3.6.0")]
36+
[assembly: AssemblyFileVersion("3.6.0")]
3737
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/17/2017
6+
# Generated on: 2/21/2017
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.0.3'
15+
ModuleVersion = '0.0.4'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.5.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()
@@ -114,8 +114,10 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
118-
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
117+
ReleaseNotes = '* Added State property in additional to ProvisioningState
118+
- All the cmdlet returning AnalysisService would have a new property ''State'' used outside of provisioing.
119+
- The ''State'' is intended to check status outside of provisioning, while ''ProvisioningState'' is intended to check status related to Provisioning.
120+
- ProvisioningState and State are same in service side at this moment, the service side would differenciate ProvisioningState and State in future
119121
'
120122

121123
# External dependent modules of this module

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.0.4
2123
* Added State property in additional to ProvisioningState
2224
- All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
2325
- The 'State' is intended to check status outside of provisioning, while 'ProvisioningState' is intended to check status related to Provisioning.

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.0.1'
12+
ModuleVersion = '0.0.2'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'c717b5a4-1f1b-4a2f-8aa1-bfd09934626e'

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.0.1")]
39-
[assembly: AssemblyFileVersion("0.0.1")]
38+
[assembly: AssemblyVersion("0.0.2")]
39+
[assembly: AssemblyFileVersion("0.0.2")]

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.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("37af97fd-d603-4d52-a7a6-0885004a57fe")]
3434

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.0.3")]
39-
[assembly: AssemblyFileVersion("0.0.3")]
38+
[assembly: AssemblyVersion("0.0.4")]
39+
[assembly: AssemblyFileVersion("0.0.4")]

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/17/2017
6+
# Generated on: 2/21/2017
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.3.0'
15+
ModuleVersion = '3.4.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.5.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.4.0
23+
2224
## Version 3.3.0
2325

2426
## Version 3.2.0

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("3.3.0")]
46-
[assembly: AssemblyFileVersion("3.3.0")]
45+
[assembly: AssemblyVersion("3.4.0")]
46+
[assembly: AssemblyFileVersion("3.4.0")]

0 commit comments

Comments
 (0)