Skip to content

Update module metadata and change logs for Az release #8104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Version 1.0.0 - December 2018

#### General

* General availability of `Az` module
* For more information about the `Az` module, please visit the following: https://aka.ms/azps-announce
32 changes: 16 additions & 16 deletions src/ResourceManager/Aks/Commands.Aks/Az.Aks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 4/3/2017
# Generated on: 12/12/2018
#

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

# Description of the functionality provided by this module
Description = 'Microsoft Azure PowerShell - Azure managed Kubernetes cmdlets for PowerShell and PowerShell Core'
Description = 'Microsoft Azure PowerShell - Azure managed Kubernetes cmdlets for Windows PowerShell and PowerShell Core.

# Minimum version of the Windows PowerShell engine required by this module
For more information on AKS, please visit the following: https://docs.microsoft.com/azure/aks/'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'

# Name of the Windows PowerShell host required by this module
# Name of the PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''

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

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

# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @()
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = @()
# FormatsToProcess = @()

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

# 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.
CmdletsToExport = 'Get-AzAks', 'New-AzAks', 'Remove-AzAks',
'Import-AzAksCredential', 'Start-AzAksDashboard',
'Stop-AzAksDashboard', 'Set-AzAks'
CmdletsToExport = 'Get-AzAks', 'New-AzAks', 'Remove-AzAks', 'Import-AzAksCredential',
'Start-AzAksDashboard', 'Stop-AzAksDashboard', 'Set-AzAks'

# Variables to export from this module
# VariablesToExport = @()
Expand All @@ -97,8 +98,7 @@ PrivateData = @{
PSData = @{

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

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

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

# Prerelease string of this module
# Prerelease = ''

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

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

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
5 changes: 4 additions & 1 deletion src/ResourceManager/Aks/Commands.Aks/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
* Overview of change #1
- Additional information about change #1
-->
## Current Release
## Current Release

## Version 1.0.0
* General availability of `Az.Aks` module
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
* Overview of change #1
- Additional information about change #1
-->
## Current Release
## Current Release

## Version 1.0.0
* General availability of `Az.AnalysisServices` module
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 3/9/2018
# Generated on: 12/12/2018
#

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

# Description of the functionality provided by this module
Description = 'Microsoft Azure PowerShell - Analysis Services cmdlets for PowerShell and PowerShell Core'
Description = 'Microsoft Azure PowerShell - Analysis Services cmdlets for Windows PowerShell and PowerShell Core.

# Minimum version of the Windows PowerShell engine required by this module
For more information on Analysis Services, please visit the following: https://docs.microsoft.com/azure/analysis-services/'

# Minimum version of the PowerShell engine required by this module
PowerShellVersion = '5.1'

# Name of the Windows PowerShell host required by this module
# Name of the PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# Minimum version of the PowerShell host required by this module
# PowerShellHostVersion = ''

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

# 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.
CmdletsToExport = 'Resume-AzAnalysisServicesServer',
'Suspend-AzAnalysisServicesServer',
'Get-AzAnalysisServicesServer',
'Remove-AzAnalysisServicesServer',
'Set-AzAnalysisServicesServer',
'Test-AzAnalysisServicesServer',
'New-AzAnalysisServicesServer',
'New-AzAnalysisServicesFirewallRule',
'New-AzAnalysisServicesFirewallConfig',
'Add-AzAnalysisServicesAccount',
'Restart-AzAnalysisServicesInstance',
'Export-AzAnalysisServicesInstanceLog',
'Sync-AzAnalysisServicesInstance'
'Suspend-AzAnalysisServicesServer', 'Get-AzAnalysisServicesServer',
'Remove-AzAnalysisServicesServer', 'Set-AzAnalysisServicesServer',
'Test-AzAnalysisServicesServer', 'New-AzAnalysisServicesServer',
'New-AzAnalysisServicesFirewallRule',
'New-AzAnalysisServicesFirewallConfig',
'Add-AzAnalysisServicesAccount',
'Restart-AzAnalysisServicesInstance',
'Export-AzAnalysisServicesInstanceLog',
'Sync-AzAnalysisServicesInstance'

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

# 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.
AliasesToExport = 'Resume-AzAs', 'Suspend-AzAs', 'Get-AzAs', 'Remove-AzAs',
'Set-AzAs', 'Test-AzAs', 'New-AzAs', 'Login-AzAsAccount', 'Login-AzureAsAccount',
'Export-AzAsInstanceLog', 'Export-AzureAsInstanceLog', 'Sync-AzAsInstance',
'Sync-AzureAsInstance', 'Restart-AzAsInstance', 'Restart-AzureAsInstance'
AliasesToExport = 'Resume-AzAs', 'Suspend-AzAs', 'Get-AzAs', 'Remove-AzAs', 'Set-AzAs',
'Test-AzAs', 'New-AzAs', 'Login-AzAsAccount', 'Login-AzureAsAccount',
'Export-AzAsInstanceLog', 'Export-AzureAsInstanceLog',
'Sync-AzAsInstance', 'Sync-AzureAsInstance', 'Restart-AzAsInstance',
'Restart-AzureAsInstance'

# DSC resources to export from this module
# DscResourcesToExport = @()
Expand All @@ -110,7 +110,7 @@ PrivateData = @{
PSData = @{

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

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

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

# Prerelease string of this module
# Prerelease = ''

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

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

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
* Overview of change #1
- Additional information about change #1
-->
## Current Release
## Current Release

## Version 1.0.0
* General availability of `Az.AnalysisServices` module
Loading