Skip to content

Commit a559571

Browse files
author
Maddie Clayton
authored
Merge branch 'release-2018-12-18' into rcbc2
2 parents 50d92dd + 7217306 commit a559571

File tree

449 files changed

+35016
-35334
lines changed

Some content is hidden

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

449 files changed

+35016
-35334
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

build.proj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@
204204
<Exec Command="$(NuGetCommand) restore %(CmdletSolutionsToBuild.FullPath) $(NuGetRestoreConfigSwitch) $(NuGetRestorePackageSetting)" ContinueOnError="false" />
205205
</Target>
206206

207-
<!-- Do everything possible except Publish -->
208-
<Target Name="BuildNetCore" DependsOnTargets="Build;Test" />
209-
210207
<!-- Build all flavors of the Cmdlets -->
211208
<!-- TODO: Reimplement the FilterBuild and update RepoTasks to NetStandard -->
212209
<!-- <Target Name="Build" DependsOnTargets="RestoreNugetPackages;BuildMsBuildTask;FilterBuild"> -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
// [assembly: AssemblyVersion("1.0.0")]
35+
[assembly: AssemblyVersion("1.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0")]

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

Lines changed: 18 additions & 18 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
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.7.0'
15+
ModuleVersion = '1.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -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.
@@ -51,19 +53,19 @@ DotNetFrameworkVersion = '4.7.2'
5153
# ProcessorArchitecture = ''
5254

5355
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '0.7.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.0.0'; })
5557

5658
# Assemblies that must be loaded prior to importing this module
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/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.8")]
27-
[assembly: AssemblyFileVersion("0.0.8")]
26+
[assembly: AssemblyVersion("1.0.0")]
27+
[assembly: AssemblyFileVersion("1.0.0")]

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.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.5.4")]
39-
[assembly: AssemblyFileVersion("0.5.4")]
38+
[assembly: AssemblyVersion("1.0.0")]
39+
[assembly: AssemblyFileVersion("1.0.0")]

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

Lines changed: 27 additions & 27 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
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.7.0'
15+
ModuleVersion = '1.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -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.
@@ -51,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5153
# ProcessorArchitecture = ''
5254

5355
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '0.7.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.0.0'; })
5557

5658
# Assemblies that must be loaded prior to importing this module
5759
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
@@ -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

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.15")]
38-
[assembly: AssemblyFileVersion("0.6.15")]
37+
[assembly: AssemblyVersion("1.0.0")]
38+
[assembly: AssemblyFileVersion("1.0.0")]

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="AutoMapper" Version="6.2.2" />
32-
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.5-preview" />
32+
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.6-preview" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

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

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.5-preview" />
28+
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="4.0.6-preview" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/ScenarioTests/ApiManagementTests.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,6 @@ public void TestBackupRestoreApiManagement()
8787
RunPowerShellTest("Test-BackupRestoreApiManagement");
8888
}
8989

90-
[Fact]
91-
[Trait(Category.AcceptanceType, Category.CheckIn)]
92-
public void TestUpdateApiManagementDeployment()
93-
{
94-
RunPowerShellTest("Test-UpdateApiManagementDeployment");
95-
}
96-
97-
[Fact]
98-
[Trait(Category.AcceptanceType, Category.CheckIn)]
99-
public void TestSetApiManagementHostnames()
100-
{
101-
RunPowerShellTest("Test-SetApiManagementHostnames");
102-
}
103-
10490
[Fact]
10591
[Trait(Category.AcceptanceType, Category.CheckIn)]
10692
public void TestApiManagementHostnamesCrud()

0 commit comments

Comments
 (0)