Skip to content

Commit f0707e4

Browse files
committed
Update module versions for March release of AzureRM
1 parent 458bbec commit f0707e4

File tree

233 files changed

+846183
-79298
lines changed

Some content is hidden

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

233 files changed

+846183
-79298
lines changed

src/ResourceManager/Aks/AzureRM.Aks.psd1

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

99
@{
@@ -54,10 +54,9 @@ CLRVersion = '4.0'
5454
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = '.\YamlDotNet.dll',
58-
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
59-
'.\AutoMapper.dll'
60-
57+
RequiredAssemblies = '.\YamlDotNet.dll',
58+
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
59+
'.\AutoMapper.dll'
6160

6261
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6362
# ScriptsToProcess = @()
@@ -66,7 +65,7 @@ RequiredAssemblies = '.\YamlDotNet.dll',
6665
# TypesToProcess = @()
6766

6867
# Format files (.ps1xml) to be loaded when importing this module
69-
# FormatsToProcess = '.\Microsoft.Azure.Commands.Aks.Format.ps1xml'
68+
# FormatsToProcess = @()
7069

7170
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
7271
NestedModules = @('.\Microsoft.Azure.Commands.Aks.dll')
@@ -75,7 +74,9 @@ NestedModules = @('.\Microsoft.Azure.Commands.Aks.dll')
7574
FunctionsToExport = @()
7675

7776
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
78-
CmdletsToExport = @('Get-AzureRmAks', 'New-AzureRmAks', 'Remove-AzureRmAks', 'Import-AzureRmAksCredential', 'Start-AzureRmAksDashboard', 'Stop-AzureRmAksDashboard', 'Set-AzureRmAks')
77+
CmdletsToExport = 'Get-AzureRmAks', 'New-AzureRmAks', 'Remove-AzureRmAks',
78+
'Import-AzureRmAksCredential', 'Start-AzureRmAksDashboard',
79+
'Stop-AzureRmAksDashboard', 'Set-AzureRmAks'
7980

8081
# Variables to export from this module
8182
# VariablesToExport = @()
@@ -98,7 +99,7 @@ PrivateData = @{
9899
PSData = @{
99100

100101
# Tags applied to this module. These help with module discovery in online galleries.
101-
Tags = 'Azure','ResourceManager','ARM','AKS', 'Kubernetes', 'Container', 'Orchestrator', 'Containers'
102+
Tags = 'Azure','ResourceManager','ARM','AKS','Kubernetes','Container','Orchestrator','Containers'
102103

103104
# A URL to the license for this module.
104105
LicenseUri = 'https://aka.ms/azps-license'
@@ -110,14 +111,19 @@ PrivateData = @{
110111
# IconUri = ''
111112

112113
# ReleaseNotes of this module
113-
ReleaseNotes = ''
114+
ReleaseNotes = '* Initial command set for AKS'
115+
116+
# Prerelease string of this module
117+
Prerelease = 'preview'
118+
119+
# Flag to indicate whether the module requires explicit user acceptance for install/update
120+
# RequireLicenseAcceptance = $false
114121

115122
# External dependent modules of this module
116-
# ExternalModuleDependencies = ''
117-
Prerelease = 'preview'
123+
# ExternalModuleDependencies = @()
118124

119125
} # End of PSData hashtable
120-
126+
121127
} # End of PrivateData hashtable
122128

123129
# HelpInfo URI of this module
@@ -127,3 +133,4 @@ PrivateData = @{
127133
# DefaultCommandPrefix = ''
128134

129135
}
136+

src/ResourceManager/Aks/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -18,4 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.0.1
2123
* Initial command set for AKS

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 5 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: 3/6/2018
6+
# Generated on: 3/20/2018
77
#
88

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

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
@@ -116,8 +116,8 @@ PrivateData = @{
116116
# IconUri = ''
117117

118118
# ReleaseNotes of this module
119-
ReleaseNotes = '* Fixed issue with importing aliases
120-
* Add support of firewall and query scaleout feature, as well as support of 2017-08-01 api version.'
119+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell
120+
* Fixed issue with cleaning up scripts in build'
121121

122122
# Prerelease string of this module
123123
# Prerelease = ''

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.6.5
2123
* Fix issue with Default Resource Group in CloudShell
2224
* Fixed issue with cleaning up scripts in build
2325

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.4.0'; })
48+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
4949

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

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.4")]
38-
[assembly: AssemblyFileVersion("0.6.4")]
37+
[assembly: AssemblyVersion("0.6.5")]
38+
[assembly: AssemblyFileVersion("0.6.5")]

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/22/2018
6+
# Generated on: 3/20/2018
77
#
88

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

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',
@@ -189,9 +189,7 @@ PrivateData = @{
189189
# IconUri = ''
190190

191191
# ReleaseNotes of this module
192-
ReleaseNotes = '* Added Location Completer to -Location parameters allowing tab completion through valid Locations
193-
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
194-
* Obsoleted -Tags in favor of -Tag for New-AzureRmApiManagementProperty, Set-AzureRmApiManagementProperty, and New-AzureRmApiManagement'
192+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell'
195193

196194
# Prerelease string of this module
197195
# Prerelease = ''

src/ResourceManager/ApiManagement/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 5.1.1
2123
* Fix issue with Default Resource Group in CloudShell
2224

2325
## Version 5.1.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("5.1.0")]
46-
[assembly: AssemblyFileVersion("5.1.0")]
45+
[assembly: AssemblyVersion("5.1.1")]
46+
[assembly: AssemblyFileVersion("5.1.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("5.1.0")]
45-
[assembly: AssemblyFileVersion("5.1.0")]
44+
[assembly: AssemblyVersion("5.1.1")]
45+
[assembly: AssemblyFileVersion("5.1.1")]

src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1

Lines changed: 4 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/22/2018
6+
# Generated on: 3/20/2018
77
#
88

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

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'
@@ -117,8 +117,7 @@ PrivateData = @{
117117
# IconUri = ''
118118

119119
# ReleaseNotes of this module
120-
ReleaseNotes = '* Added Location Completer to -Location parameters allowing tab completion through valid Locations
121-
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription'
120+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell'
122121

123122
# Prerelease string of this module
124123
# Prerelease = ''

src/ResourceManager/ApplicationInsights/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.1.2
2123
* Fix issue with Default Resource Group in CloudShell
2224

2325
## Version 0.1.1

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/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("0.1.1")]
46-
[assembly: AssemblyFileVersion("0.1.1")]
45+
[assembly: AssemblyVersion("0.1.2")]
46+
[assembly: AssemblyFileVersion("0.1.2")]

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 3/6/2018
6+
# Generated on: 3/20/2018
77
#
88

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

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
@@ -164,7 +164,7 @@ PrivateData = @{
164164
# IconUri = ''
165165

166166
# ReleaseNotes of this module
167-
ReleaseNotes = '* Fixed issue with importing aliases'
167+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell'
168168

169169
# Prerelease string of this module
170170
# Prerelease = ''

src/ResourceManager/Automation/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 4.3.1
2123
* Fix issue with Default Resource Group in CloudShell
2224

2325
## Version 4.3.0

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.3.0")]
47-
[assembly: AssemblyFileVersion("4.3.0")]
46+
[assembly: AssemblyVersion("4.3.1")]
47+
[assembly: AssemblyFileVersion("4.3.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: 4 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/22/2018
6+
# Generated on: 3/20/2018
77
#
88

99
@{
@@ -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.4.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll',
@@ -125,8 +125,7 @@ PrivateData = @{
125125
# IconUri = ''
126126

127127
# ReleaseNotes of this module
128-
ReleaseNotes = '* Added Location Completer to -Location parameters allowing tab completion through valid Locations
129-
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription'
128+
ReleaseNotes = '* Fix issue with Default Resource Group in CloudShell'
130129

131130
# Prerelease string of this module
132131
# Prerelease = ''

src/ResourceManager/AzureBackup/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 4.0.3
2123
* Fix issue with Default Resource Group in CloudShell
2224

2325
## Version 4.0.2

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
[assembly: ComVisible(false)]
3232
[assembly: CLSCompliant(false)]
3333

34-
[assembly: AssemblyVersion("4.0.2")]
35-
[assembly: AssemblyFileVersion("4.0.2")]
34+
[assembly: AssemblyVersion("4.0.3")]
35+
[assembly: AssemblyFileVersion("4.0.3")]

0 commit comments

Comments
 (0)