Skip to content

Commit 8b71493

Browse files
author
Hovsep Mkrtchyan
committed
Merge branch 'preview' of github.com:Azure/azure-powershell into release-5.1.0
2 parents 2b40e9b + 49bffe2 commit 8b71493

File tree

196 files changed

+14751
-1041
lines changed

Some content is hidden

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

196 files changed

+14751
-1041
lines changed

ChangeLog.md

Lines changed: 93 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,96 @@
1-
## 2017.11.10 Version 5.0.1
1+
## 2017.12.8 Version 5.1.1
2+
* AnalysisServices
3+
- Change validate set of location to dynamic lookup so that all clouds are supported.
4+
* Automation
5+
- Update to Import-AzureRMAutomationRunbook
6+
- Support is now being provided for Python2 runbooks
7+
* Batch
8+
- Fixed a bug where account operations without a resource group failed to auto-detect the resource group
9+
* Compute
10+
- Get-AzureRmComputeResourceSku shows zone information.
11+
- Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
12+
- Added -AsJob support for long-running Compute cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
13+
- Affected cmdlets include: New-, Update-, Set-, Remove-, Start-, Restart-, Stop- cmdlets for Virtual Machines and Virtual Machine Scale Sets
14+
- Added simplified parameter set to New-AzureRmVM, which creates a Virtual Machine and all required resources using smart defaults
15+
* ContainerInstance
16+
- Apply Azure Container Instance SDK 2017-10-01
17+
- Support container run-to-completion
18+
- Support Azure File volume mount
19+
- Support opening multiple ports for public IP
20+
* ContainerRegistry
21+
- New cmdlets for geo-replication and webhooks
22+
- Get/New/Remove-AzureRmContainerRegistryReplication
23+
- Get/New/Remove/Test/Update-AzureRmContainerRegistryWebhook
24+
* DataFactories
25+
- Credential encryption functionality now works with both "Remote Access" enabled (Over Network) and "Remote Access" disabled (Local Machine).
26+
* DataFactoryV2
27+
- Added two new cmdlets: Update-AzureRmDataFactoryV2 and Stop-AzureRmDataFactoryV2PipelineRun
28+
* DataLakeAnalytics
29+
- Added a parameter called ScriptParameter to Submit-AzureRmDataLakeAnalyticsJob
30+
- Detailed information about ScriptParameter can be found using Get-Help on Submit-AzureRmDataLakeAnalyticsJob
31+
- For New-AzureRmDataLakeAnalyticsAccount, changed the parameter MaxDegreeOfParallelism to MaxAnalyticsUnits
32+
- Added an alias for the parameter MaxAnalyticsUnits: MaxDegreeOfParallelism
33+
- For New-AzureRmDataLakeAnalyticsComputePolicy, changed the parameter MaxDegreeOfParallelismPerJob to MaxAnalyticsUnitsPerJob
34+
- Added an alias for the parameter MaxAnalyticsUnitsPerJob: MaxDegreeOfParallelismPerJob
35+
- For Set-AzureRmDataLakeAnalyticsAccount, changed the parameter MaxDegreeOfParallelism to MaxAnalyticsUnits
36+
- Added an alias for the parameter MaxAnalyticsUnits: MaxDegreeOfParallelism
37+
- For Submit-AzureRmDataLakeAnalyticsJob, changed the parameter DegreeOfParallelism to AnalyticsUnits
38+
- Added an alias for the parameter AnalyticsUnits: DegreeOfParallelism
39+
- For Update-AzureRmDataLakeAnalyticsComputePolicy, changed the parameter MaxDegreeOfParallelismPerJob to MaxAnalyticsUnitsPerJob
40+
- Added an alias for the parameter MaxAnalyticsUnitsPerJob: MaxDegreeOfParallelismPerJob
41+
* MachineLearningCompute
42+
- Add Set-AzureRmMlOpCluster
43+
- Update a cluster's agent count or SSL configuration
44+
- Orchestrator properties are optional
45+
- The service will create a service principal if not provided, so the orchestrator
46+
properties are now optional
47+
* PowerBIEmbedded
48+
- Add support for Power BI Embedded Capacity cmdlets
49+
- New Cmdlet Get-AzureRmPowerBIEmbeddedCapacity - Gets the details of a PowerBI Embedded Capacity.
50+
- New Cmdlet New-AzureRmPowerBIEmbeddedCapacity - Creates a new PowerBI Embedded Capacity
51+
- New Cmdlet Remove-AzureRmPowerBIEmbeddedCapacity - Deletes an instance of PowerBI Embedded Capacity
52+
- New Cmdlet Resume-AzureRmPowerBIEmbeddedCapacity - Resumes an instance of PowerBI Embedded Capacity
53+
- New Cmdlet Suspend-AzureRmPowerBIEmbeddedCapacity - Suspends an instance of PowerBI Embedded Capacity
54+
- New Cmdlet Test-AzureRmPowerBIEmbeddedCapacity - Tests the existence of an instance of PowerBI Embedded Capacity
55+
- New Cmdlet Update-AzureRmPowerBIEmbeddedCapacity - Modifies an instance of PowerBI Embedded Capacity
56+
* Profile
57+
- Updated USGovernmentActiveDirectoryEndpoint to https://login.microsoftonline.us/
58+
- For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping
59+
- Added -AsJob support for cmdlets, enabling selected cmdlets to execute in the background and return a job to track and control progress
60+
- Added -AsJob parameter to Get-AzureRmSubscription cmdlet
61+
* RecoveryServices.Backup
62+
- Fixed bug - Get-AzureRmRecoveryServicesBackupItem should do case insensitive comparison for container name filter.
63+
- Fixed bug - AzureVmItem now has a property that shows the last time a backup operation has happened - LastBackupTime.
64+
* Resources
65+
- Fixed issue where Get-AzureRMRoleAssignment would result in a assignments without roledefiniton name for custom roles
66+
- Users can now use Get-AzureRMRoleAssignment with assignments having roledefinition names irrespective of the type of role
67+
- Fixed issue where Set-AzureRMRoleRoleDefinition used to throw RD not found error when there was a new scope in assignablescopes
68+
- Users can now use Set-AzureRMRoleRoleDefinition with assignable scopes including new scopes irrespective of the position of the scope
69+
- Allow scopes to end with "/"
70+
- Users can now use RoleDefinition and RoleAssignment commandlets with scopes ending with "/" ,consistent with API and CLI
71+
- Allow users to create RoleAssignment using delegation flag
72+
- Users can now use New-AzureRMRoleAssignment with an option of adding the delegation flag
73+
- Fix RoleAssignment get to respect the scope parameter
74+
- Add an alias for ServicePrincipalName in the New-AzureRmRoleAssignment Commandlet
75+
- Users can now use the ApplicationId instead of the ServicePrincipalName when using the New-AzureRmRoleAssignment commandlet
76+
* SiteRecovery
77+
- Add deprecation warnings for all cmdlets in this module in preparation for the next breaking change release.
78+
- Please see the upcoming breaking changes guide for more information on how to migrate your cmdlets from AzureRM.
79+
* Sql
80+
- Added ability to rename database using Set-AzureRmSqlDatabase
81+
- Fixed issue https://github.com/Azure/azure-powershell/issues/4974
82+
- Providing invalid AUDIT_CHANGED_GROUP value for auditing cmdlets no longer throws an error and will be removed in an upcoming release.
83+
- Fixed issue https://github.com/Azure/azure-powershell/issues/5046
84+
- AuditAction parameter in auditing cmdlets is no longer being ignored
85+
- Fixed an issue in Auditing cmdlets when 'Secondary' StorageKeyType is provided
86+
- When setting blob auditing, the primary storage account key was used instead of the secondary key when providing 'Secondary' value for StorageKeyType parameter.
87+
- Changing the wording for confirmation message from Set-AzureRmSqlServerTransparentDataEncryptionProtector
88+
* Azure (RDFE)
89+
- Removed all RemoteApp Cmdles
90+
* Azure.Storage
91+
- Upgrade to Azure Storage Client Library 8.6.0 and Azure Storage DataMovement Library 0.6.5
92+
93+
## 2017.11.10 Version 5.0.1
294
* Fixed assembly loading issue that caused some cmdlets to fail when executing in the following modules:
395
- AzureRM.ApiManagement
496
- AzureRM.Backup

TestMappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"src/ResourceManager/Resources/": [
102102
".\\src\\ResourceManager\\Resources\\Commands.Resources.Test\\bin\\Debug\\Microsoft.Azure.Commands.Resources.Test.dll"
103103
],
104+
"src/ResourceManager/Reservations/": [
105+
".\\src\\ResourceManager\\Reservations\\Commands.Reservations.Test\\bin\\Debug\\Microsoft.Azure.Commands.Reservations.Test.dll"
106+
],
104107
"src/ResourceManager/Scheduler/": [
105108
".\\src\\ResourceManager\\Scheduler\\Commands.Scheduler.Test\\bin\\Debug\\Microsoft.Azure.Commands.Scheduler.Test.dll"
106109
],

documentation/Using-Azure-TestFramework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In order to Record/Playback a test, you need to setup a connection string that c
3939

4040
### New-TestCredential
4141

42-
This cmdlet, located in Repo-Tasks, will allow you to create a credentials file (located in C:/Users/\<currentuser\>/.azure/testcredentials.json) that will be used to set the environment variable when scenario tests are run. This credentials file will be used in all future sessions unless it is deleted or the environment variables are manually set. This cmdlet is not currently available for .NET SDK development.
42+
This cmdlet, located in [Repo-Tasks.psd1](/tools/Repo-Tasks.psd1), which pulls in [TestFx-Tasks.psd1](/tools/Modules/TestFx-Tasks.psd1) and [Build-Tasks.psd1](/tools/Modules/Build-Tasks.psd1), will allow you to create a credentials file (located in C:/Users/\<currentuser\>/.azure/testcredentials.json) that will be used to set the environment variable when scenario tests are run. This credentials file will be used in all future sessions unless it is deleted or the environment variables are manually set. This cmdlet is not currently available for .NET SDK development.
4343

4444
#### Create New Service Principal
4545

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="5.1.0" ?>
8+
<?define version="5.1.1" ?>
99

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

setup/azurecmdfiles.wxi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,6 +1187,23 @@
11871187
<File Id="filB73F5ED8179D616137D39B3CD8961B58" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Relay\Microsoft.Azure.Management.Relay.dll" />
11881188
</Component>
11891189
</Directory>
1190+
<Directory Id="dirB083EC6D83AC4367D33EB257B3A8A832" Name="AzureRM.Reservations">
1191+
<Component Id="cmp325C5D7E7BFCC111B2335A376E2779D4" Guid="*">
1192+
<File Id="filB827DC440AC145244BDA78F4A4494806" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Reservations\AzureRM.Reservations.psd1" />
1193+
</Component>
1194+
<Component Id="cmpD57BA51EBACD7EA7C4CCB584D227077A" Guid="*">
1195+
<File Id="filB28A54014A9277B47377BA89580685BE" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Reservations\AzureRM.Reservations.psm1" />
1196+
</Component>
1197+
<Component Id="cmp6DF24F4A515BA29743DBC75F1085247F" Guid="*">
1198+
<File Id="filE1E5B68E35D0B658BCB8A5473C6113C1" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Reservations\Microsoft.Azure.Commands.Reservations.dll" />
1199+
</Component>
1200+
<Component Id="cmp12D613E47A5C3F6A9FC1D1755563A38B" Guid="*">
1201+
<File Id="filEF613C086E8C46888B119F7DB456AEC2" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Reservations\Microsoft.Azure.Commands.Reservations.dll-Help.xml" />
1202+
</Component>
1203+
<Component Id="cmp2BF9194ED6E6DCFD7C6CB50346039D80" Guid="*">
1204+
<File Id="filE6A2C1B054ED9FED58AF9D9DA18D5E32" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Reservations\Microsoft.Azure.Commands.Reservations.Format.ps1xml" />
1205+
</Component>
1206+
</Directory>
11901207
<Directory Id="dir5A96CDDC32336B058D325B4B67756080" Name="AzureRM.Resources">
11911208
<Component Id="cmp4DDC11D6580AB2CC03CADEDD62194BDA" Guid="*">
11921209
<File Id="fil18CFCEC425A013C7495F980DCB8E0C9F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Resources\AzureRM.Resources.psd1" />
@@ -3468,6 +3485,11 @@
34683485
<ComponentRef Id="cmp0B1DAE7F253E744037B651E0433683D2" />
34693486
<ComponentRef Id="cmpFFBB02236C61457EE8C736240AF8CC47" />
34703487
<ComponentRef Id="cmpFF97CB337911CDA95213B09CB6142CF4" />
3488+
<ComponentRef Id="cmp325C5D7E7BFCC111B2335A376E2779D4" />
3489+
<ComponentRef Id="cmpD57BA51EBACD7EA7C4CCB584D227077A" />
3490+
<ComponentRef Id="cmp6DF24F4A515BA29743DBC75F1085247F" />
3491+
<ComponentRef Id="cmp12D613E47A5C3F6A9FC1D1755563A38B" />
3492+
<ComponentRef Id="cmp2BF9194ED6E6DCFD7C6CB50346039D80" />
34713493
<ComponentRef Id="cmp4DDC11D6580AB2CC03CADEDD62194BDA" />
34723494
<ComponentRef Id="cmpBCC7216D701A02748FD196474BCFFE21" />
34733495
<ComponentRef Id="cmp0C4C37E15F9F4671DEFA34F55D2FC9A8" />

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

31-
public const string AssemblyFileVersion = "5.1.0";
31+
public const string AssemblyFileVersion = "5.1.1";
3232

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

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '0.6.0'
15+
ModuleVersion = '0.6.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 = '4.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Current Release
2121

22-
## Version 0.6.0
22+
## Version 0.6.1
2323
* Remove validate set of location into dynamic lookup so that all clouds are supported.
2424

2525
## Version 0.5.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.0.0'; })
48+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
4949

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

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.6.0")]
39-
[assembly: AssemblyFileVersion("0.6.0")]
38+
[assembly: AssemblyVersion("0.6.1")]
39+
[assembly: AssemblyFileVersion("0.6.1")]

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.6.0")]
38-
[assembly: AssemblyFileVersion("0.6.0")]
37+
[assembly: AssemblyVersion("0.6.1")]
38+
[assembly: AssemblyFileVersion("0.6.1")]

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '4.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',

src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '4.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'

src/ResourceManager/Automation/AzureRM.Automation.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '4.1.0'
15+
ModuleVersion = '4.1.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 = '4.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Current Release
2121

22-
## Version 4.1.0
22+
## Version 4.1.1
2323
* Update to Import-AzureRMAutomationRunbook
2424
- Support is now being provided for Python2 runbooks
2525

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

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

46-
[assembly: AssemblyVersion("4.1.0")]
47-
[assembly: AssemblyFileVersion("4.1.0")]
46+
[assembly: AssemblyVersion("4.1.1")]
47+
[assembly: AssemblyFileVersion("4.1.1")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '4.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '4.0.2'
15+
ModuleVersion = '4.0.3'
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 = '4.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Current Release
2121

22-
## Version 4.0.2
22+
## Version 4.0.3
2323
* Fixed a bug where account operations without a resource group failed to auto-detect the resource group.
2424

2525
## Version 4.0.1

src/ResourceManager/AzureBatch/Commands.Batch/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("ed102280-3577-49bf-93dd-11b6e3a44a57")]
28-
[assembly: AssemblyVersion("4.0.2")]
29-
[assembly: AssemblyFileVersion("4.0.2")]
28+
[assembly: AssemblyVersion("4.0.3")]
29+
[assembly: AssemblyFileVersion("4.0.3")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Batch.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/Billing/AzureRM.Billing.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = '4.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Billing.dll'

0 commit comments

Comments
 (0)