Skip to content

Commit 53e0edb

Browse files
authored
Merge pull request Azure#6541 from cormacpayne/release-2018-06-29
[6.4.0] Update module versions for release
2 parents 0789be9 + 34e48d3 commit 53e0edb

File tree

244 files changed

+107276
-54002
lines changed

Some content is hidden

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

244 files changed

+107276
-54002
lines changed

ChangeLog.md

Lines changed: 216 additions & 141 deletions
Large diffs are not rendered by default.

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

31-
public const string AssemblyFileVersion = "6.3.0";
31+
public const string AssemblyFileVersion = "6.4.0";
3232

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

src/ResourceManager/Aks/Commands.Aks/AzureRM.Aks.psd1

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

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

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

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,12 +51,12 @@ 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 = '5.3.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll',
58-
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
59-
'.\AutoMapper.dll', '.\System.Management.Automation.dll'
58+
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
59+
'.\AutoMapper.dll', '.\System.Management.Automation.dll'
6060

6161
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6262
# ScriptsToProcess = @()
@@ -74,8 +74,8 @@ NestedModules = @('.\Microsoft.Azure.Commands.Aks.dll')
7474
FunctionsToExport = @()
7575

7676
# 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.
77-
CmdletsToExport = 'Get-AzureRmAks', 'New-AzureRmAks', 'Remove-AzureRmAks',
78-
'Import-AzureRmAksCredential', 'Start-AzureRmAksDashboard',
77+
CmdletsToExport = 'Get-AzureRmAks', 'New-AzureRmAks', 'Remove-AzureRmAks',
78+
'Import-AzureRmAksCredential', 'Start-AzureRmAksDashboard',
7979
'Stop-AzureRmAksDashboard', 'Set-AzureRmAks'
8080

8181
# Variables to export from this module
@@ -111,8 +111,7 @@ PrivateData = @{
111111
# IconUri = ''
112112

113113
# ReleaseNotes of this module
114-
ReleaseNotes = '* Updated to the latest version of the Azure ClientRuntime
115-
* Set minimum dependency of module to PowerShell 5.0'
114+
ReleaseNotes = '* No version update. Extracted AKS sdk to common for reuse in DevSpaces.'
116115

117116
# Prerelease string of this module
118117
Prerelease = 'preview'
@@ -124,7 +123,7 @@ PrivateData = @{
124123
# ExternalModuleDependencies = @()
125124

126125
} # End of PSData hashtable
127-
126+
128127
} # End of PrivateData hashtable
129128

130129
# HelpInfo URI of this module

src/ResourceManager/Aks/Commands.Aks/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.3
2123
* No version update. Extracted AKS sdk to common for reuse in DevSpaces.
2224

2325
## Version 0.0.2

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("0.0.2")]
27-
[assembly: AssemblyFileVersion("0.0.2")]
26+
[assembly: AssemblyVersion("0.0.3")]
27+
[assembly: AssemblyFileVersion("0.0.3")]
Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,92 @@
1-
#
2-
# Module manifest for module 'Microsoft.Azure.Commands.AnalysisServices.Dataplane'
3-
#
4-
# Generated by: Microsoft Corporation
5-
#
1+
#
2+
# Module manifest for module 'Microsoft.Azure.Commands.AnalysisServices.Dataplane'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
66
# Generated on: 12/02/2016
7-
#
8-
7+
#
8+
99
@{
1010

1111
# Script module or binary module file associated with this manifest.
1212
# RootModule = ''
13-
14-
# Version number of this module.
15-
ModuleVersion = '0.5.1'
16-
17-
# ID used to uniquely identify this module
18-
GUID = 'c717b5a4-1f1b-4a2f-8aa1-bfd09934626e'
19-
20-
# Author of this module
21-
Author = 'Microsoft Corporation'
22-
23-
# Company or vendor of this module
24-
CompanyName = 'Microsoft Corporation'
25-
26-
# Copyright statement for this module
27-
Copyright = 'Microsoft Corporation. All rights reserved.'
28-
29-
# Description of the functionality provided by this module
13+
14+
# Version number of this module.
15+
ModuleVersion = '0.5.2'
16+
17+
# ID used to uniquely identify this module
18+
GUID = 'c717b5a4-1f1b-4a2f-8aa1-bfd09934626e'
19+
20+
# Author of this module
21+
Author = 'Microsoft Corporation'
22+
23+
# Company or vendor of this module
24+
CompanyName = 'Microsoft Corporation'
25+
26+
# Copyright statement for this module
27+
Copyright = 'Microsoft Corporation. All rights reserved.'
28+
29+
# Description of the functionality provided by this module
3030
Description = 'Microsoft Azure PowerShell - Analysis Services server management'
31-
32-
# Minimum version of the Windows PowerShell engine required by this module
33-
PowerShellVersion = '5.0'
34-
35-
# Name of the Windows PowerShell host required by this module
36-
PowerShellHostName = ''
37-
38-
# Minimum version of the Windows PowerShell host required by this module
39-
PowerShellHostVersion = ''
40-
41-
# Minimum version of the .NET Framework required by this module
42-
DotNetFrameworkVersion = '4.5.2'
43-
44-
# Minimum version of the common language runtime (CLR) required by this module
45-
CLRVersion='4.0'
46-
47-
# Processor architecture (None, X86, Amd64, IA64) required by this module
48-
ProcessorArchitecture = 'None'
31+
32+
# Minimum version of the Windows PowerShell engine required by this module
33+
PowerShellVersion = '5.0'
34+
35+
# Name of the Windows PowerShell host required by this module
36+
PowerShellHostName = ''
37+
38+
# Minimum version of the Windows PowerShell host required by this module
39+
PowerShellHostVersion = ''
40+
41+
# Minimum version of the .NET Framework required by this module
42+
DotNetFrameworkVersion = '4.5.2'
43+
44+
# Minimum version of the common language runtime (CLR) required by this module
45+
CLRVersion='4.0'
46+
47+
# Processor architecture (None, X86, Amd64, IA64) required by this module
48+
ProcessorArchitecture = 'None'
4949

5050
# Modules that must be imported into the global environment prior to importing this module
51-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
51+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.1'; })
5252

53-
# Assemblies that must be loaded prior to importing this module
53+
# Assemblies that must be loaded prior to importing this module
5454
RequiredAssemblies = @()
55-
56-
# Script files (.ps1) that are run in the caller's environment prior to importing this module
57-
ScriptsToProcess = @()
58-
59-
# Type files (.ps1xml) to be loaded when importing this module
55+
56+
# Script files (.ps1) that are run in the caller's environment prior to importing this module
57+
ScriptsToProcess = @()
58+
59+
# Type files (.ps1xml) to be loaded when importing this module
6060
TypesToProcess = @()
61-
62-
# Format files (.ps1xml) to be loaded when importing this module
61+
62+
# Format files (.ps1xml) to be loaded when importing this module
6363
FormatsToProcess = @()
64-
65-
# Modules to import as nested modules of the module specified in ModuleToProcess
64+
65+
# Modules to import as nested modules of the module specified in ModuleToProcess
6666
NestedModules = @('.\Microsoft.Azure.Commands.AnalysisServices.Dataplane.dll')
67-
68-
# Functions to export from this module
69-
FunctionsToExport = '*'
70-
71-
# Cmdlets to export from this module
67+
68+
# Functions to export from this module
69+
FunctionsToExport = '*'
70+
71+
# Cmdlets to export from this module
7272
CmdletsToExport = 'Add-AzureAnalysisServicesAccount',
7373
'Restart-AzureAnalysisServicesInstance',
7474
'Export-AzureAnalysisServicesInstanceLog',
7575
'Sync-AzureAnalysisServicesInstance'
76-
77-
# Variables to export from this module
78-
VariablesToExport = '*'
79-
80-
# Aliases to export from this module
76+
77+
# Variables to export from this module
78+
VariablesToExport = '*'
79+
80+
# Aliases to export from this module
8181
AliasesToExport = '*'
82-
83-
# List of all modules packaged with this module
84-
ModuleList = @()
85-
86-
# List of all files packaged with this module
87-
FileList = @()
88-
89-
# Private data to pass to the module specified in ModuleToProcess
82+
83+
# List of all modules packaged with this module
84+
ModuleList = @()
85+
86+
# List of all files packaged with this module
87+
FileList = @()
88+
89+
# Private data to pass to the module specified in ModuleToProcess
9090
PrivateData = @{
9191

9292
PSData = @{
@@ -104,10 +104,10 @@ PrivateData = @{
104104
# IconUri = ''
105105

106106
# ReleaseNotes of this module
107-
ReleaseNotes = '* Set minimum dependency of module to PowerShell 5.0'
107+
ReleaseNotes = '* Fixed formatting of OutputTypes in help files'
108108

109109
} # End of PSData hashtable
110110

111-
} # End of PrivateData hashtable
111+
} # End of PrivateData hashtable
112112

113-
}
113+
}

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/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.5.2
2123
* Fixed formatting of OutputTypes in help files
2224

2325
## Version 0.5.1

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
// General Information about an assembly is controlled through the following
4+
// General Information about an assembly is controlled through the following
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
77

@@ -14,8 +14,8 @@
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020

2121
[assembly: ComVisible(false)]
@@ -27,13 +27,13 @@
2727
// Version information for an assembly consists of the following four values:
2828
//
2929
// Major Version
30-
// Minor Version
30+
// Minor Version
3131
// Build Number
3232
// Revision
3333
//
34-
// You can specify all the values or you can default the Build and Revision Numbers
34+
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636

3737

38-
[assembly: AssemblyVersion("0.5.1")]
39-
[assembly: AssemblyFileVersion("0.5.1")]
38+
[assembly: AssemblyVersion("0.5.2")]
39+
[assembly: AssemblyFileVersion("0.5.2")]

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/AzureRM.AnalysisServices.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: 5/17/2018
6+
# Generated on: 6/26/2018
77
#
88

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

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

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

118118
# ReleaseNotes of this module
119-
ReleaseNotes = '* Enable Gateway assocaite/disassociate operations on AS.'
119+
ReleaseNotes = '* Fixed formatting of OutputType in help files'
120120

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

src/ResourceManager/AnalysisServices/Commands.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.9
2123
* Fixed formatting of OutputType in help files
2224

2325
## Version 0.6.8

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.8")]
38-
[assembly: AssemblyFileVersion("0.6.8")]
37+
[assembly: AssemblyVersion("0.6.9")]
38+
[assembly: AssemblyFileVersion("0.6.9")]

0 commit comments

Comments
 (0)