3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 2022/9/2
6
+ # Generated on: 9/16/2022
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.7.4 '
15
+ ModuleVersion = ' 1.8.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
53
53
# ProcessorArchitecture = ''
54
54
55
55
# 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 ' ; })
57
57
58
58
# Assemblies that must be loaded prior to importing this module
59
59
RequiredAssemblies = ' Microsoft.Azure.PowerShell.Automation.Sdk.dll'
@@ -74,17 +74,21 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Automation.dll')
74
74
FunctionsToExport = @ ()
75
75
76
76
# 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' ,
82
86
' Remove-AzAutomationHybridWorkerGroup' ,
83
87
' Get-AzAutomationJobOutputRecord' ,
84
88
' Import-AzAutomationDscNodeConfiguration' ,
85
89
' Export-AzAutomationDscConfiguration' ,
86
- ' Export-AzAutomationDscNodeReportContent' ,
87
- ' Get-AzAutomationCertificate' , ' Get-AzAutomationConnection' ,
90
+ ' Export-AzAutomationDscNodeReportContent' ,
91
+ ' Get-AzAutomationCertificate' , ' Get-AzAutomationConnection' ,
88
92
' Get-AzAutomationCredential' , ' Get-AzAutomationDscCompilationJob' ,
89
93
' Get-AzAutomationDscCompilationJobOutput' ,
90
94
' Get-AzAutomationDscNodeConfiguration' ,
@@ -172,10 +176,7 @@ PrivateData = @{
172
176
# IconUri = ''
173
177
174
178
# 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.'
179
180
180
181
# Prerelease string of this module
181
182
# Prerelease = ''
0 commit comments