33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 2022/9/2
6+ # Generated on: 9/16/2022
77#
88
99@ {
1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.7.4 '
15+ ModuleVersion = ' 1.8.0 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353# ProcessorArchitecture = ''
5454
5555# Modules that must be imported into the global environment prior to importing this module
56- RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 2.10.0 ' ; })
56+ RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 2.10.1 ' ; })
5757
5858# Assemblies that must be loaded prior to importing this module
5959RequiredAssemblies = ' Microsoft.Azure.PowerShell.Automation.Sdk.dll'
@@ -74,17 +74,21 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Automation.dll')
7474FunctionsToExport = @ ()
7575
7676# 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.
77- CmdletsToExport = ' Move-AzAutomationHybridRunbookWorker' , ' Remove-AzAutomationHybridRunbookWorker' , ' New-AzAutomationHybridRunbookWorker' , ' Get-AzAutomationHybridRunbookWorker' ,
78- ' Remove-AzAutomationHybridRunbookWorkerGroup' , ' Set-AzAutomationHybridRunbookWorkerGroup' ,
79- ' New-AzAutomationHybridRunbookWorkerGroup' ,
80- ' Get-AzAutomationHybridRunbookWorkerGroup' ,
81- ' Get-AzAutomationHybridWorkerGroup' ,
77+ CmdletsToExport = ' Move-AzAutomationHybridRunbookWorker' ,
78+ ' Remove-AzAutomationHybridRunbookWorker' ,
79+ ' New-AzAutomationHybridRunbookWorker' ,
80+ ' Get-AzAutomationHybridRunbookWorker' ,
81+ ' Remove-AzAutomationHybridRunbookWorkerGroup' ,
82+ ' Set-AzAutomationHybridRunbookWorkerGroup' ,
83+ ' New-AzAutomationHybridRunbookWorkerGroup' ,
84+ ' Get-AzAutomationHybridRunbookWorkerGroup' ,
85+ ' Get-AzAutomationHybridWorkerGroup' ,
8286 ' Remove-AzAutomationHybridWorkerGroup' ,
8387 ' Get-AzAutomationJobOutputRecord' ,
8488 ' Import-AzAutomationDscNodeConfiguration' ,
8589 ' Export-AzAutomationDscConfiguration' ,
86- ' Export-AzAutomationDscNodeReportContent' ,
87- ' Get-AzAutomationCertificate' , ' Get-AzAutomationConnection' ,
90+ ' Export-AzAutomationDscNodeReportContent' ,
91+ ' Get-AzAutomationCertificate' , ' Get-AzAutomationConnection' ,
8892 ' Get-AzAutomationCredential' , ' Get-AzAutomationDscCompilationJob' ,
8993 ' Get-AzAutomationDscCompilationJobOutput' ,
9094 ' Get-AzAutomationDscNodeConfiguration' ,
@@ -172,10 +176,7 @@ PrivateData = @{
172176 # IconUri = ''
173177
174178 # ReleaseNotes of this module
175- ReleaseNotes = ' * Fixed bug: Export-AzAutomationRunbook no longer adds extra '' \'' to file names [#11101]
176- * Fixed bug: Get-AzAutomationDscCompilationJobOutput returns complete summaries [#12322]
177- * Fixed bug: Get-AzAutomationDscNode [#10404]
178- * Fixed bug: Get-AzAutomationJob fails for some jobIds'
179+ 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.'
179180
180181 # Prerelease string of this module
181182 # Prerelease = ''
0 commit comments