Skip to content

Commit 46b1f02

Browse files
authored
Merge branch 'master' into preview
2 parents db8f699 + b32385d commit 46b1f02

File tree

2,613 files changed

+87714
-114824
lines changed

Some content is hidden

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

2,613 files changed

+87714
-114824
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"> -->

documentation/migration-guides/Az.1.0.0-migration-guide.md

Lines changed: 374 additions & 0 deletions
Large diffs are not rendered by default.

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/Commands.Aks.Netcore.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,8 @@
6161
</None>
6262
</ItemGroup>
6363

64+
<ItemGroup>
65+
<Content Include="help\**\*" CopyToOutputDirectory="PreserveNewest" />
66+
</ItemGroup>
67+
6468
</Project>

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/Aks/Commands.Aks/help/Az.Aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
Module Name: Az.Aks
33
Module Guid: a97e0c3e-e389-46a6-b73d-2b9bd6909bdb
44
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/az.aks

src/ResourceManager/Aks/Commands.Aks/help/Get-AzAks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml
33
Module Name: Az.Aks
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/get-azaks
@@ -46,7 +46,7 @@ The credentials, account, tenant, and subscription used for communication with A
4646
```yaml
4747
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
4848
Parameter Sets: (All)
49-
Aliases: AzureRmContext, AzureCredential
49+
Aliases: AzContext, AzureRmContext, AzureCredential
5050

5151
Required: False
5252
Position: Named

src/ResourceManager/Aks/Commands.Aks/help/Import-AzAksCredential.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml
33
Module Name: Az.Aks
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/import-azaks
@@ -80,7 +80,7 @@ The credentials, account, tenant, and subscription used for communication with A
8080
```yaml
8181
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
8282
Parameter Sets: (All)
83-
Aliases: AzureRmContext, AzureCredential
83+
Aliases: AzContext, AzureRmContext, AzureCredential
8484

8585
Required: False
8686
Position: Named
@@ -216,7 +216,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216216
## INPUTS
217217
218218
### Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster
219-
Parameters: InputObject (ByValue)
220219
221220
### System.String
222221

src/ResourceManager/Aks/Commands.Aks/help/New-AzAks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml
33
Module Name: Az.Aks
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/new-azaks
@@ -86,7 +86,7 @@ The credentials, account, tenant, and subscription used for communication with A
8686
```yaml
8787
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
8888
Parameter Sets: (All)
89-
Aliases: AzureRmContext, AzureCredential
89+
Aliases: AzContext, AzureRmContext, AzureCredential
9090

9191
Required: False
9292
Position: Named

src/ResourceManager/Aks/Commands.Aks/help/Remove-AzAks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml
33
Module Name: Az.Aks
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/remove-azaks
@@ -63,7 +63,7 @@ The credentials, account, tenant, and subscription used for communication with A
6363
```yaml
6464
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
6565
Parameter Sets: (All)
66-
Aliases: AzureRmContext, AzureCredential
66+
Aliases: AzContext, AzureRmContext, AzureCredential
6767

6868
Required: False
6969
Position: Named
@@ -199,7 +199,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
199199
## INPUTS
200200
201201
### Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster
202-
Parameters: InputObject (ByValue)
203202
204203
### System.String
205204

src/ResourceManager/Aks/Commands.Aks/help/Set-AzAks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml
33
Module Name: Az.Aks
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/set-azaks
@@ -101,7 +101,7 @@ The credentials, account, tenant, and subscription used for communication with A
101101
```yaml
102102
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
103103
Parameter Sets: (All)
104-
Aliases: AzureRmContext, AzureCredential
104+
Aliases: AzContext, AzureRmContext, AzureCredential
105105

106106
Required: False
107107
Position: Named
@@ -329,7 +329,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
329329
## INPUTS
330330
331331
### Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster
332-
Parameters: InputObject (ByValue)
333332
334333
### System.String
335334

src/ResourceManager/Aks/Commands.Aks/help/Start-AzAksDashboard.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml
33
Module Name: Az.Aks
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/start-azaksdashboard
@@ -48,7 +48,7 @@ The credentials, account, tenant, and subscription used for communication with A
4848
```yaml
4949
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
5050
Parameter Sets: (All)
51-
Aliases: AzureRmContext, AzureCredential
51+
Aliases: AzContext, AzureRmContext, AzureCredential
5252

5353
Required: False
5454
Position: Named
@@ -153,7 +153,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
153153
## INPUTS
154154
155155
### Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster
156-
Parameters: InputObject (ByValue)
157156
158157
### System.String
159158

src/ResourceManager/Aks/Commands.Aks/help/Stop-AzAksDashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Aks.dll-Help.xml
33
Module Name: Az.Aks
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.aks/stop-azaksdashboard
@@ -36,7 +36,7 @@ The credentials, account, tenant, and subscription used for communication with A
3636
```yaml
3737
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
3838
Parameter Sets: (All)
39-
Aliases: AzureRmContext, AzureCredential
39+
Aliases: AzContext, AzureRmContext, AzureCredential
4040

4141
Required: False
4242
Position: Named

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")]

0 commit comments

Comments
 (0)