Skip to content

Commit 6f76575

Browse files
authored
Merge branch 'release-2018-12-18' into fix-mds
2 parents beb7dde + 37292b4 commit 6f76575

File tree

134 files changed

+2585
-2663
lines changed

Some content is hidden

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

134 files changed

+2585
-2663
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Version 1.0.0 - December 2018
2+
3+
#### General
4+
5+
* General availability of `Az` module
6+
* For more information about the `Az` module, please visit the following: https://aka.ms/azps-announce

src/ResourceManager/Aks/Commands.Aks/Az.Aks.psd1

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

99
@{
@@ -30,15 +30,17 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell - Azure managed Kubernetes cmdlets for PowerShell and PowerShell Core'
33+
Description = 'Microsoft Azure PowerShell - Azure managed Kubernetes cmdlets for Windows PowerShell and PowerShell Core.
3434
35-
# Minimum version of the Windows PowerShell engine required by this module
35+
For more information on AKS, please visit the following: https://docs.microsoft.com/azure/aks/'
36+
37+
# Minimum version of the PowerShell engine required by this module
3638
PowerShellVersion = '5.1'
3739

38-
# Name of the Windows PowerShell host required by this module
40+
# Name of the PowerShell host required by this module
3941
# PowerShellHostName = ''
4042

41-
# Minimum version of the Windows PowerShell host required by this module
43+
# Minimum version of the PowerShell host required by this module
4244
# PowerShellHostVersion = ''
4345

4446
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
@@ -57,13 +59,13 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.0.0'; })
5759
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
5860

5961
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
ScriptsToProcess = @()
62+
# ScriptsToProcess = @()
6163

6264
# Type files (.ps1xml) to be loaded when importing this module
63-
TypesToProcess = @()
65+
# TypesToProcess = @()
6466

6567
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = @()
68+
# FormatsToProcess = @()
6769

6870
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
6971
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Aks.dll')
@@ -72,9 +74,8 @@ NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Aks.dll')
7274
FunctionsToExport = @()
7375

7476
# 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.
75-
CmdletsToExport = 'Get-AzAks', 'New-AzAks', 'Remove-AzAks',
76-
'Import-AzAksCredential', 'Start-AzAksDashboard',
77-
'Stop-AzAksDashboard', 'Set-AzAks'
77+
CmdletsToExport = 'Get-AzAks', 'New-AzAks', 'Remove-AzAks', 'Import-AzAksCredential',
78+
'Start-AzAksDashboard', 'Stop-AzAksDashboard', 'Set-AzAks'
7879

7980
# Variables to export from this module
8081
# VariablesToExport = @()
@@ -97,8 +98,7 @@ PrivateData = @{
9798
PSData = @{
9899

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

103103
# A URL to the license for this module.
104104
LicenseUri = 'https://aka.ms/azps-license'
@@ -110,20 +110,20 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = 'Update release with latest service features and serialization fixes'
113+
ReleaseNotes = 'General availability for Az.Aks module.'
114114

115115
# Prerelease string of this module
116116
# Prerelease = ''
117117

118-
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
118+
# Flag to indicate whether the module requires explicit user acceptance for install/update
119119
# RequireLicenseAcceptance = $false
120120

121121
# External dependent modules of this module
122122
# ExternalModuleDependencies = @()
123123

124124
} # End of PSData hashtable
125125

126-
} # End of PrivateData hashtable
126+
} # End of PrivateData hashtable
127127

128128
# HelpInfo URI of this module
129129
# HelpInfoURI = ''

src/ResourceManager/Aks/Commands.Aks/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
22+
## Version 1.0.0
23+
* General availability of `Az.Aks` module

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
22+
## Version 1.0.0
23+
* General availability of `Az.AnalysisServices` module

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Az.AnalysisServices.psd1

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

99
@{
@@ -30,15 +30,17 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Microsoft Azure PowerShell - Analysis Services cmdlets for PowerShell and PowerShell Core'
33+
Description = 'Microsoft Azure PowerShell - Analysis Services cmdlets for Windows PowerShell and PowerShell Core.
3434
35-
# Minimum version of the Windows PowerShell engine required by this module
35+
For more information on Analysis Services, please visit the following: https://docs.microsoft.com/azure/analysis-services/'
36+
37+
# Minimum version of the PowerShell engine required by this module
3638
PowerShellVersion = '5.1'
3739

38-
# Name of the Windows PowerShell host required by this module
40+
# Name of the PowerShell host required by this module
3941
# PowerShellHostName = ''
4042

41-
# Minimum version of the Windows PowerShell host required by this module
43+
# Minimum version of the PowerShell host required by this module
4244
# PowerShellHostVersion = ''
4345

4446
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
@@ -73,27 +75,25 @@ FunctionsToExport = @()
7375

7476
# 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.
7577
CmdletsToExport = 'Resume-AzAnalysisServicesServer',
76-
'Suspend-AzAnalysisServicesServer',
77-
'Get-AzAnalysisServicesServer',
78-
'Remove-AzAnalysisServicesServer',
79-
'Set-AzAnalysisServicesServer',
80-
'Test-AzAnalysisServicesServer',
81-
'New-AzAnalysisServicesServer',
82-
'New-AzAnalysisServicesFirewallRule',
83-
'New-AzAnalysisServicesFirewallConfig',
84-
'Add-AzAnalysisServicesAccount',
85-
'Restart-AzAnalysisServicesInstance',
86-
'Export-AzAnalysisServicesInstanceLog',
87-
'Sync-AzAnalysisServicesInstance'
78+
'Suspend-AzAnalysisServicesServer', 'Get-AzAnalysisServicesServer',
79+
'Remove-AzAnalysisServicesServer', 'Set-AzAnalysisServicesServer',
80+
'Test-AzAnalysisServicesServer', 'New-AzAnalysisServicesServer',
81+
'New-AzAnalysisServicesFirewallRule',
82+
'New-AzAnalysisServicesFirewallConfig',
83+
'Add-AzAnalysisServicesAccount',
84+
'Restart-AzAnalysisServicesInstance',
85+
'Export-AzAnalysisServicesInstanceLog',
86+
'Sync-AzAnalysisServicesInstance'
8887

8988
# Variables to export from this module
9089
# VariablesToExport = @()
9190

9291
# Aliases 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 aliases to export.
93-
AliasesToExport = 'Resume-AzAs', 'Suspend-AzAs', 'Get-AzAs', 'Remove-AzAs',
94-
'Set-AzAs', 'Test-AzAs', 'New-AzAs', 'Login-AzAsAccount', 'Login-AzureAsAccount',
95-
'Export-AzAsInstanceLog', 'Export-AzureAsInstanceLog', 'Sync-AzAsInstance',
96-
'Sync-AzureAsInstance', 'Restart-AzAsInstance', 'Restart-AzureAsInstance'
92+
AliasesToExport = 'Resume-AzAs', 'Suspend-AzAs', 'Get-AzAs', 'Remove-AzAs', 'Set-AzAs',
93+
'Test-AzAs', 'New-AzAs', 'Login-AzAsAccount', 'Login-AzureAsAccount',
94+
'Export-AzAsInstanceLog', 'Export-AzureAsInstanceLog',
95+
'Sync-AzAsInstance', 'Sync-AzureAsInstance', 'Restart-AzAsInstance',
96+
'Restart-AzureAsInstance'
9797

9898
# DSC resources to export from this module
9999
# DscResourcesToExport = @()
@@ -110,7 +110,7 @@ PrivateData = @{
110110
PSData = @{
111111

112112
# Tags applied to this module. These help with module discovery in online galleries.
113-
Tags = 'Azure', 'ResourceManager', 'ARM', 'AzureAS', 'AS'
113+
Tags = 'Azure','ResourceManager','ARM','AzureAS','AS'
114114

115115
# A URL to the license for this module.
116116
LicenseUri = 'https://aka.ms/azps-license'
@@ -122,20 +122,20 @@ PrivateData = @{
122122
# IconUri = ''
123123

124124
# ReleaseNotes of this module
125-
ReleaseNotes = 'Update release with latest service features and serialization fixes'
125+
ReleaseNotes = 'General availability for Az.AnalysisServices module.'
126126

127127
# Prerelease string of this module
128128
# Prerelease = ''
129129

130-
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
130+
# Flag to indicate whether the module requires explicit user acceptance for install/update
131131
# RequireLicenseAcceptance = $false
132132

133133
# External dependent modules of this module
134134
# ExternalModuleDependencies = @()
135135

136136
} # End of PSData hashtable
137137

138-
} # End of PrivateData hashtable
138+
} # End of PrivateData hashtable
139139

140140
# HelpInfo URI of this module
141141
# HelpInfoURI = ''

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
22+
## Version 1.0.0
23+
* General availability of `Az.AnalysisServices` module

0 commit comments

Comments
 (0)