Skip to content
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
4 changes: 2 additions & 2 deletions src/Automation/Automation.Sdk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("ca7999e0-ca2f-47fc-9c30-f982d9e3a6ed")]

[assembly: AssemblyVersion("1.7.3")]
[assembly: AssemblyFileVersion("1.7.3")]
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
29 changes: 15 additions & 14 deletions src/Automation/Automation/Az.Automation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2022/9/2
# Generated on: 9/16/2022
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.7.4'
ModuleVersion = '1.8.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.1'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'Microsoft.Azure.PowerShell.Automation.Sdk.dll'
Expand All @@ -74,17 +74,21 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Automation.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 = 'Move-AzAutomationHybridRunbookWorker','Remove-AzAutomationHybridRunbookWorker','New-AzAutomationHybridRunbookWorker','Get-AzAutomationHybridRunbookWorker',
'Remove-AzAutomationHybridRunbookWorkerGroup', 'Set-AzAutomationHybridRunbookWorkerGroup',
'New-AzAutomationHybridRunbookWorkerGroup',
'Get-AzAutomationHybridRunbookWorkerGroup',
'Get-AzAutomationHybridWorkerGroup',
CmdletsToExport = 'Move-AzAutomationHybridRunbookWorker',
'Remove-AzAutomationHybridRunbookWorker',
'New-AzAutomationHybridRunbookWorker',
'Get-AzAutomationHybridRunbookWorker',
'Remove-AzAutomationHybridRunbookWorkerGroup',
'Set-AzAutomationHybridRunbookWorkerGroup',
'New-AzAutomationHybridRunbookWorkerGroup',
'Get-AzAutomationHybridRunbookWorkerGroup',
'Get-AzAutomationHybridWorkerGroup',
'Remove-AzAutomationHybridWorkerGroup',
'Get-AzAutomationJobOutputRecord',
'Import-AzAutomationDscNodeConfiguration',
'Export-AzAutomationDscConfiguration',
'Export-AzAutomationDscNodeReportContent',
'Get-AzAutomationCertificate', 'Get-AzAutomationConnection',
'Export-AzAutomationDscNodeReportContent',
'Get-AzAutomationCertificate', 'Get-AzAutomationConnection',
'Get-AzAutomationCredential', 'Get-AzAutomationDscCompilationJob',
'Get-AzAutomationDscCompilationJobOutput',
'Get-AzAutomationDscNodeConfiguration',
Expand Down Expand Up @@ -172,10 +176,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed bug: Export-AzAutomationRunbook no longer adds extra ''\'' to file names [#11101]
* Fixed bug: Get-AzAutomationDscCompilationJobOutput returns complete summaries [#12322]
* Fixed bug: Get-AzAutomationDscNode [#10404]
* Fixed bug: Get-AzAutomationJob fails for some jobIds'
ReleaseNotes = '* Added cmdlets ''Remove-AzAutomationHybridRunbookWorker'', ''Remove-AzAutomationHybridRunbookWorkerGroup'', ''Set-AzAutomationHybridRunbookWorkerGroup'', ''Get-AzAutomationHybridRunbookWorker'', ''Get-AzAutomationHybridRunbookWorkerGroup'', ''Move-AzAutomationHybridRunbookWorker'', ''New-AzAutomationHybridRunbookWorker'', ''New-AzAutomationHybridRunbookWorkerGroup'' for Hybrid Runbook Worker group management.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Automation/Automation/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 1.8.0
* Added cmdlets "Remove-AzAutomationHybridRunbookWorker", "Remove-AzAutomationHybridRunbookWorkerGroup", "Set-AzAutomationHybridRunbookWorkerGroup", "Get-AzAutomationHybridRunbookWorker", "Get-AzAutomationHybridRunbookWorkerGroup", "Move-AzAutomationHybridRunbookWorker", "New-AzAutomationHybridRunbookWorker", "New-AzAutomationHybridRunbookWorkerGroup" for Hybrid Runbook Worker group management.

## Version 1.7.4
Expand Down
4 changes: 2 additions & 2 deletions src/Automation/Automation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.7.4")]
[assembly: AssemblyFileVersion("1.7.4")]
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
#endif
Expand Down
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.1'; },
@{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.Attestation'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.4'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.8.0'; },
@{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.1'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
@{ModuleName = 'Az.Cdn'; RequiredVersion = '2.1.0'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.1'; },
@{ModuleName = 'Az.AppConfiguration'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '2.1.0'; },
@{ModuleName = 'Az.Attestation'; RequiredVersion = '1.0.0'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.7.4'; },
@{ModuleName = 'Az.Automation'; RequiredVersion = '1.8.0'; },
@{ModuleName = 'Az.BareMetal'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.Batch'; RequiredVersion = '3.2.1'; },
@{ModuleName = 'Az.Billing'; RequiredVersion = '2.0.0'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pac7,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.App,0.1.
pac8,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.AppConfiguration,1.2.0
pac9,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ApplicationInsights,2.1.0
pac10,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Attestation,1.0.0
pac11,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Automation,1.7.4
pac11,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Automation,1.8.0
pac12,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.BareMetal,0.1.0
pac13,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Batch,3.2.1
pac14,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Billing,2.0.0
Expand Down
Loading