Skip to content

Commit edd4947

Browse files
authored
Merge pull request Azure#4782 from Azure/master
Merge master -> preview for release-4.4.1
2 parents 28a470e + e1d6fb9 commit edd4947

File tree

578 files changed

+10172
-4032
lines changed

Some content is hidden

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

578 files changed

+10172
-4032
lines changed

ChangeLog.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
## 2017.09.25 - Version 4.4.0
1+
## 2017.10.12 - Version 4.4.1
2+
* AzureBatch
3+
- Marked cmdlet parameters and type properties obsolete in
4+
preparation for upcoming breaking change release (Version 4.0.0)
5+
* HDInsight
6+
* Added support for Data Disks property in cluster creation
7+
- Added parameter 'WorkerNodeDataDisksGroups' to the New-AzureHDInsightCluster cmdlet
8+
* Insights
9+
* Add-AzureRmLogAlertRule
10+
- Adding details to deprecation warning introduced in April 2017: the cmdlet will stop having effect: its functionality is moved to the "ActivityLogAlerts" cmdlets.
11+
- Help file modified to include the deprecation warning and the details.
12+
* Disable-AzureRmActivityLogAlert, Disable-AzureRmActivityLogAlert, Remove-AzureRmActivityLogAlert, Set-AzureRmActivityLogAlert
13+
- Help file modified: removed text stating that the Force arguments was accepted since that argument is not accepted.
14+
* KeyVault
15+
* Deprecating the PurgeDisabled flag from Key, Secret and Certificate attributes, respectively.
16+
* The flag is being superseded by the RecoveryLevel attribute.
17+
* MachineLearningCompute
18+
* Added initial set of cmdlets for MachineLearningCompute
19+
- Get-AzureRmMlOpCluster
20+
- Get-AzureRmMlOpClusterKey
21+
- New-AzureRmMlOpCluster
22+
- Remove-AzureRmMlOpCluster
23+
- Test-AzureRmMlOpClusterSystemServicesUpdateAvailability
24+
- Update-AzureRmMlOpClusterSystemService
25+
* MarketplaceOrdering
26+
* New Cmdlet Get-AzureRmMarketplaceTerms
27+
- Get the agreement terms of a given publisher id, offer id and plan id.
28+
* New Cmdlet Set-AzureRmMarketplaceTerms
29+
- Accept or reject agreement terms of a give publisher id, offer id and plan id. Please use Get-AzureRmMarketplaceTerms to get the agreement terms.
30+
* Profile
31+
* LocationCompleterAttribute added and available for cmdlets which use the -Location parameter
32+
- Use this feature by adding LocationCompleter(string[] validResourceTypes) onto the Location parameter
33+
34+
## 2017.09.25 - Version 4.4.0
235
* AnalysisServices
336
* Added a new dataplane commandlet to allow synchronization of databases from read-write instance to read-only instances
437
- Included help file for the commandlet
@@ -3741,4 +3774,4 @@ Virtual Network cmdlets
37413774
* iisnode 0.1.13
37423775

37433776
2011.12.09 Version 0.5.0
3744-
* Initial Release
3777+
* Initial Release

TestMappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,8 @@
170170
],
171171
"src/ResourceManager/Profile/Commands.Profile.Test/": [
172172
".\\src\\ResourceManager\\Profile\\Commands.Profile.Test\\bin\\Debug\\Microsoft.Azure.Commands.Profile.Test.dll"
173+
],
174+
"src/ResourceManager/MarketplaceOrdering/Commands.MarketplaceOrdering.Test/": [
175+
".\\src\\ResourceManager\\MarketplaceOrdering\\Commands.MarketplaceOrdering.Test\\bin\\Debug\\Microsoft.Azure.Commands.MarketplaceOrdering.Test.dll"
173176
]
174177
}

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" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
33

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

8-
<?define version="4.4.0" ?>
8+
<?define version="4.4.1" ?>
99

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

setup/azurecmdfiles.wxi

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,6 +2228,77 @@
22282228
<File Id="filE20DD5EF6A313DE42A8AFEF923D0006A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MachineLearningCompute\System.Net.Http.Primitives.dll" />
22292229
</Component>
22302230
</Directory>
2231+
<Directory Id="dirD7515C98365CCAF206E0B30DCEDDC46F" Name="AzureRM.MarketplaceOrdering">
2232+
<Component Id="cmp7A8866964515C9266836AE2727FC2772" Guid="*">
2233+
<File Id="filC019D3AE878C1D5DCD88B1619E8FA23C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\AzureRM.MarketplaceOrdering.psd1" />
2234+
</Component>
2235+
<Component Id="cmp0288996DAF3F5401E14AC034166AE89D" Guid="*">
2236+
<File Id="fil713A1AFA219BD6B114C9D652E014F08A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\AzureRM.MarketplaceOrdering.psm1" />
2237+
</Component>
2238+
<Component Id="cmp61A2F6BAE32D6B1610634661666B00EB" Guid="*">
2239+
<File Id="fil47AB96F186D0AB1AF53DBF6CE77DD0A6" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Hyak.Common.dll" />
2240+
</Component>
2241+
<Component Id="cmp7B5D5FD680D26D30857427E36AAFA0DB" Guid="*">
2242+
<File Id="filD626E592F95AA9DF3EF53A4BE627002E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.ApplicationInsights.dll" />
2243+
</Component>
2244+
<Component Id="cmpD25AAE4E5D284F4849212C1BB5C53D35" Guid="*">
2245+
<File Id="filAE8B56AD5C2890AE398961ABE07587B8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll" />
2246+
</Component>
2247+
<Component Id="cmp0207800F580CB08D274BA341FAB3497A" Guid="*">
2248+
<File Id="fil7438EA28B0858C3A1828FB52383EBFD7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.Commands.MarketplaceOrdering.dll" />
2249+
</Component>
2250+
<Component Id="cmpD7BAE7FE5CF6F216C224400B50C0476E" Guid="*">
2251+
<File Id="filA9E4AD9A99C8737A6A005410C2C64F1A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.Commands.MarketplaceOrdering.dll-Help.xml" />
2252+
</Component>
2253+
<Component Id="cmpA935356DB49173BE632246C7D5831B87" Guid="*">
2254+
<File Id="fil543466169A8CDB4A63AFB0670B1A8974" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.Commands.MarketplaceOrdering.Format.ps1xml" />
2255+
</Component>
2256+
<Component Id="cmp22F865481B4F65F5A7677100DDEBF80F" Guid="*">
2257+
<File Id="filEC1D7D16C113689C0A843237756CEE7F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.Commands.ResourceManager.Common.dll" />
2258+
</Component>
2259+
<Component Id="cmp5119252ED0C2A2BE2FD9A40F7759876C" Guid="*">
2260+
<File Id="fil6EA832F67DEE31D85E1D0FCBF6DACFF8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.Common.dll" />
2261+
</Component>
2262+
<Component Id="cmpE19137AF99446153F264315346D5ACF9" Guid="*">
2263+
<File Id="filF13CE76870E561534D549606FD94E55E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.Common.NetFramework.dll" />
2264+
</Component>
2265+
<Component Id="cmp5658DC779093810166C1E866A46B525A" Guid="*">
2266+
<File Id="fil6F548E8FF468B2BB6F31A13FCFE5E4C7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.KeyVault.Core.dll" />
2267+
</Component>
2268+
<Component Id="cmp0B219B795B27D0020436AB75FDD47657" Guid="*">
2269+
<File Id="filFADF2FB4D6555845E3CAE87E7F9D590E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Azure.Management.MarketplaceOrdering.dll" />
2270+
</Component>
2271+
<Component Id="cmp239156866D83EA61E306D8CEB128E35A" Guid="*">
2272+
<File Id="fil92AE1C056FE885D18A128AC6F2C6E746" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Rest.ClientRuntime.Azure.dll" />
2273+
</Component>
2274+
<Component Id="cmpA413E34218C4CFC49AE114304A4379BA" Guid="*">
2275+
<File Id="fil3F4E038904A5FEB75756D0C83E73E7F9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Rest.ClientRuntime.dll" />
2276+
</Component>
2277+
<Component Id="cmpC05761AA9DE37C0BFFA50F1F05B5E33E" Guid="*">
2278+
<File Id="filEAF01F822B8A9AF891D30E045BCD2390" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Threading.Tasks.dll" />
2279+
</Component>
2280+
<Component Id="cmpE9CD6EC2170ACB1824348A31FFE2DEBE" Guid="*">
2281+
<File Id="fil7B8FF398F51E631E69B6FDD2EAE6CA12" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Threading.Tasks.Extensions.Desktop.dll" />
2282+
</Component>
2283+
<Component Id="cmp74E1A1B78DCC1B5CAC1C016AC8FF7F28" Guid="*">
2284+
<File Id="fil0B1C9FC4584F04641FA15BF2CA14803F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.Threading.Tasks.Extensions.dll" />
2285+
</Component>
2286+
<Component Id="cmpF27DABF6428E1FEFEEE75ADEFDA5FC15" Guid="*">
2287+
<File Id="filA3E385C037620E946B184031B109DE8E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.WindowsAzure.Commands.Common.dll" />
2288+
</Component>
2289+
<Component Id="cmp61B020B40B618B5F16BAF76A4C1CF314" Guid="*">
2290+
<File Id="fil0750CCE8480307C52ED64F1F57303D0D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Microsoft.WindowsAzure.Management.dll" />
2291+
</Component>
2292+
<Component Id="cmp88F579888E43968FB7AFCCCBE81E6929" Guid="*">
2293+
<File Id="fil3F702777879AAB109981430F13FD7194" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\Newtonsoft.Json.dll" />
2294+
</Component>
2295+
<Component Id="cmpB9A8F2F55BB5640D7047601664F781A2" Guid="*">
2296+
<File Id="filFB4F173DBFB2151DF43723CA4940AE64" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\System.Net.Http.Extensions.dll" />
2297+
</Component>
2298+
<Component Id="cmp62347C1BF1D9ADFC623D5F2A8372CA4C" Guid="*">
2299+
<File Id="filA98CDF60192491C9E8711DA5B979A22F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.MarketplaceOrdering\System.Net.Http.Primitives.dll" />
2300+
</Component>
2301+
</Directory>
22312302
<Directory Id="dirCB0C047DD4181DECD8246B00896D9DEB" Name="AzureRM.Media">
22322303
<Component Id="cmp6FD3249008BE1CA9554B0CF205468ECC" Guid="*">
22332304
<File Id="filC9AF0C225F606A630DAE236D5A762C79" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Media\AzureRM.Media.psd1" />
@@ -6537,6 +6608,29 @@
65376608
<ComponentRef Id="cmpA61F304B5D6623DCFF217C94B36239AB" />
65386609
<ComponentRef Id="cmp3AB04474DF31FAC55BB1D00AAACF3099" />
65396610
<ComponentRef Id="cmp0DA3AE2BCB8C66B734D8E9B304FDD7D1" />
6611+
<ComponentRef Id="cmp7A8866964515C9266836AE2727FC2772" />
6612+
<ComponentRef Id="cmp0288996DAF3F5401E14AC034166AE89D" />
6613+
<ComponentRef Id="cmp61A2F6BAE32D6B1610634661666B00EB" />
6614+
<ComponentRef Id="cmp7B5D5FD680D26D30857427E36AAFA0DB" />
6615+
<ComponentRef Id="cmpD25AAE4E5D284F4849212C1BB5C53D35" />
6616+
<ComponentRef Id="cmp0207800F580CB08D274BA341FAB3497A" />
6617+
<ComponentRef Id="cmpD7BAE7FE5CF6F216C224400B50C0476E" />
6618+
<ComponentRef Id="cmpA935356DB49173BE632246C7D5831B87" />
6619+
<ComponentRef Id="cmp22F865481B4F65F5A7677100DDEBF80F" />
6620+
<ComponentRef Id="cmp5119252ED0C2A2BE2FD9A40F7759876C" />
6621+
<ComponentRef Id="cmpE19137AF99446153F264315346D5ACF9" />
6622+
<ComponentRef Id="cmp5658DC779093810166C1E866A46B525A" />
6623+
<ComponentRef Id="cmp0B219B795B27D0020436AB75FDD47657" />
6624+
<ComponentRef Id="cmp239156866D83EA61E306D8CEB128E35A" />
6625+
<ComponentRef Id="cmpA413E34218C4CFC49AE114304A4379BA" />
6626+
<ComponentRef Id="cmpC05761AA9DE37C0BFFA50F1F05B5E33E" />
6627+
<ComponentRef Id="cmpE9CD6EC2170ACB1824348A31FFE2DEBE" />
6628+
<ComponentRef Id="cmp74E1A1B78DCC1B5CAC1C016AC8FF7F28" />
6629+
<ComponentRef Id="cmpF27DABF6428E1FEFEEE75ADEFDA5FC15" />
6630+
<ComponentRef Id="cmp61B020B40B618B5F16BAF76A4C1CF314" />
6631+
<ComponentRef Id="cmp88F579888E43968FB7AFCCCBE81E6929" />
6632+
<ComponentRef Id="cmpB9A8F2F55BB5640D7047601664F781A2" />
6633+
<ComponentRef Id="cmp62347C1BF1D9ADFC623D5F2A8372CA4C" />
65406634
<ComponentRef Id="cmp6FD3249008BE1CA9554B0CF205468ECC" />
65416635
<ComponentRef Id="cmp2CDE3382CBE83DEF253156256822F049" />
65426636
<ComponentRef Id="cmp990FBAE4CED884C255B3B411FE048F5C" />

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 = "4.4.0";
29+
public const string AssemblyVersion = "4.4.1";
3030

31-
public const string AssemblyFileVersion = "4.4.0";
31+
public const string AssemblyFileVersion = "4.4.1";
3232

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

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '0.4.6'
15+
ModuleVersion = '0.4.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@ Author = 'Microsoft Corporation'
2727
CompanyName = 'Microsoft Corporation'
2828

2929
# Copyright statement for this module
30-
Copyright = '© Microsoft Corporation. All rights reserved.'
30+
Copyright = '© Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'Microsoft Azure PowerShell - Analysis Services'
@@ -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 = '3.4.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.4.1'; })
5555

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

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Added a new dataplane commandlet to allow synchronization of databases from read-write instance to read-only instances
118-
- Included help file for the commandlet
119-
- Added in-memory tests and a scenario test (only live)
120-
* Fixed bugs in Add-AzureAsAccount commandlet
121-
'
117+
ReleaseNotes = 'Updated for common code changes'
122118

123119
# External dependent modules of this module
124120
# ExternalModuleDependencies = ''

src/ResourceManager/AnalysisServices/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 0.4.7
23+
2224
## Version 0.4.6
2325
* Added a new dataplane commandlet to allow synchronization of databases from read-write instance to read-only instances
2426
- Included help file for the commandlet

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.4.6'
12+
ModuleVersion = '0.4.7'
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.4.6")]
39-
[assembly: AssemblyFileVersion("0.4.6")]
38+
[assembly: AssemblyVersion("0.4.7")]
39+
[assembly: AssemblyFileVersion("0.4.7")]

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.4.6")]
36-
[assembly: AssemblyFileVersion("0.4.6")]
35+
[assembly: AssemblyVersion("0.4.7")]
36+
[assembly: AssemblyFileVersion("0.4.7")]
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
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636

37-
[assembly: AssemblyVersion("0.4.6")]
38-
[assembly: AssemblyFileVersion("0.4.6")]
37+
[assembly: AssemblyVersion("0.4.7")]
38+
[assembly: AssemblyFileVersion("0.4.7")]

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: 9/21/2017
6+
# Generated on: 10/11/2017
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '4.4.0'
15+
ModuleVersion = '4.4.1'
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 = '3.4.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.4.1'; })
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 4.4.1
23+
2224
## Version 4.4.0
2325

2426
## Version 4.3.1

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("4.4.0")]
46-
[assembly: AssemblyFileVersion("4.4.0")]
45+
[assembly: AssemblyVersion("4.4.1")]
46+
[assembly: AssemblyFileVersion("4.4.1")]

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

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

44-
[assembly: AssemblyVersion("4.4.0")]
45-
[assembly: AssemblyFileVersion("4.4.0")]
44+
[assembly: AssemblyVersion("4.4.1")]
45+
[assembly: AssemblyFileVersion("4.4.1")]

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

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

44-
[assembly: AssemblyVersion("4.4.0")]
45-
[assembly: AssemblyFileVersion("4.4.0")]
44+
[assembly: AssemblyVersion("4.4.1")]
45+
[assembly: AssemblyFileVersion("4.4.1")]

src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
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("4.4.0")]
46-
[assembly: AssemblyFileVersion("4.4.0")]
45+
[assembly: AssemblyVersion("4.4.1")]
46+
[assembly: AssemblyFileVersion("4.4.1")]
4747
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)