From b3aacff99ed7ebe66def62b9763de50a365a0b9d Mon Sep 17 00:00:00 2001 From: wyunchi-ms Date: Fri, 16 Sep 2022 13:01:43 +0800 Subject: [PATCH] Bump version of Az.Automation --- .../Automation.Sdk/Properties/AssemblyInfo.cs | 4 +- src/Automation/Automation/Az.Automation.psd1 | 29 +- src/Automation/Automation/ChangeLog.md | 2 + .../Automation/Properties/AssemblyInfo.cs | 4 +- tools/Az/Az.psd1 | 2 +- tools/AzPreview/AzPreview.psd1 | 2 +- tools/Docs/az-ps-latest.csv | 2 +- .../SerializedCmdlets/Az.Automation.json | 3922 +++++++++++++---- 8 files changed, 3089 insertions(+), 878 deletions(-) diff --git a/src/Automation/Automation.Sdk/Properties/AssemblyInfo.cs b/src/Automation/Automation.Sdk/Properties/AssemblyInfo.cs index eb2a86d632f0..f8b70718b8f9 100644 --- a/src/Automation/Automation.Sdk/Properties/AssemblyInfo.cs +++ b/src/Automation/Automation.Sdk/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("ca7999e0-ca2f-47fc-9c30-f982d9e3a6ed")] -[assembly: AssemblyVersion("1.7.3")] -[assembly: AssemblyFileVersion("1.7.3")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.0")] +[assembly: AssemblyFileVersion("1.8.0")] diff --git a/src/Automation/Automation/Az.Automation.psd1 b/src/Automation/Automation/Az.Automation.psd1 index f7ca94f50b47..e9853a03946e 100644 --- a/src/Automation/Automation/Az.Automation.psd1 +++ b/src/Automation/Automation/Az.Automation.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2022/9/2 +# Generated on: 9/16/2022 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.7.4' +ModuleVersion = '1.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -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' @@ -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', @@ -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 = '' diff --git a/src/Automation/Automation/ChangeLog.md b/src/Automation/Automation/ChangeLog.md index 1802607cb020..cf2941cb74e0 100644 --- a/src/Automation/Automation/ChangeLog.md +++ b/src/Automation/Automation/ChangeLog.md @@ -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 diff --git a/src/Automation/Automation/Properties/AssemblyInfo.cs b/src/Automation/Automation/Properties/AssemblyInfo.cs index ec71e4b16ae4..a92fd0c1c0d8 100644 --- a/src/Automation/Automation/Properties/AssemblyInfo.cs +++ b/src/Automation/Automation/Properties/AssemblyInfo.cs @@ -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 diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index 381a4cf6c2a8..9ab3b3f18441 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -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'; }, diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index 469f6e71ac35..fa30381e2dd9 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -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'; }, diff --git a/tools/Docs/az-ps-latest.csv b/tools/Docs/az-ps-latest.csv index fc213d57ee94..a6f15b4ab422 100644 --- a/tools/Docs/az-ps-latest.csv +++ b/tools/Docs/az-ps-latest.csv @@ -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 diff --git a/tools/Tools.Common/SerializedCmdlets/Az.Automation.json b/tools/Tools.Common/SerializedCmdlets/Az.Automation.json index 33dd4923df4c..6c3572bc9da3 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.Automation.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.Automation.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.Automation", - "ModuleVersion": "1.7.4", + "ModuleVersion": "1.8.0", "Cmdlets": [ { "VerbName": "Export", @@ -914,7 +914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Automation.Models.EncryptionProperties", "Identity": "Microsoft.Azure.Management.Automation.Models.Identity", @@ -1179,7 +1179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exportable": "System.Boolean", "ExpiryTime": "System.DateTimeOffset", @@ -1446,7 +1446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Connection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Connection, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Connection, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FieldDefinitionValues": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -1797,7 +1797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationTime": "System.DateTimeOffset", "LastModifiedTime": "System.DateTimeOffset", @@ -2062,7 +2062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.CompilationJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CompilationJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CompilationJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobParameters": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -2668,7 +2668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.JobStream", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobStream, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobStream, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Time": "System.DateTimeOffset", "JobId": "System.Guid", @@ -2752,7 +2752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.CompilationJobStreamType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.CompilationJobStreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.CompilationJobStreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateSet": [ "Warning", @@ -2841,7 +2841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.CompilationJobStreamType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.CompilationJobStreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.CompilationJobStreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateSet": [ "Warning", @@ -2948,7 +2948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.DscConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LogVerbose": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -3223,7 +3223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.DscNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscNode, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscNode, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RegistrationTime": "System.DateTimeOffset", "LastSeen": "System.DateTimeOffset", @@ -3305,7 +3305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateSet": [ "Compliant", @@ -3475,7 +3475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateSet": [ "Compliant", @@ -3577,7 +3577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateSet": [ "Compliant", @@ -3676,7 +3676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.DscNodeStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateSet": [ "Compliant", @@ -3904,7 +3904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.CompilationJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CompilationJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CompilationJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobParameters": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -4378,7 +4378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Job": "Microsoft.Azure.Commands.Automation.Model.Job", "JobSchedule": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", @@ -4941,7 +4941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeploymentSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeploymentSchedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeploymentSchedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobSchedule": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", "JobScheduleId": "System.Guid", @@ -5204,7 +5204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.DscNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscNode, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscNode, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RegistrationTime": "System.DateTimeOffset", "LastSeen": "System.DateTimeOffset", @@ -5737,7 +5737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.DscOnboardingMetaconfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscOnboardingMetaconfig, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscOnboardingMetaconfig, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "AutomationAccountName": "System.String", @@ -5975,9 +5975,9 @@ }, { "VerbName": "Get", - "NounName": "AzAutomationHybridWorkerGroup", - "Name": "Get-AzAutomationHybridWorkerGroup", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.GetAzureAutomationHybridWorkerGroup", + "NounName": "AzAutomationHybridRunbookWorker", + "Name": "Get-AzAutomationHybridRunbookWorker", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.GetAzureAutomationHybridRunbookWorker", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -5985,15 +5985,20 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Automation.Model", - "Name": "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorkerGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorkerGroup, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Management.Automation.Models", + "Name": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RunbookWorker": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker]", - "ResourceGroupName": "System.String", - "AutomationAccountName": "System.String", + "SystemData": "Microsoft.Azure.Management.Automation.Models.SystemData", + "RegisteredDateTime": "System.DateTimeOffset", + "LastSeenDateTime": "System.DateTimeOffset", + "Ip": "System.String", + "VmResourceId": "System.String", + "WorkerType": "System.String", + "WorkerName": "System.String", + "Id": "System.String", "Name": "System.String", - "GroupType": "System.String" + "Type": "System.String" }, "Methods": [ { @@ -6027,15 +6032,43 @@ "Name": "", "Parameters": [ { - "Name": "resourceGroupName", + "Name": "id", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "hybridRunbookWorkerGroup", + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ip", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "registeredDateTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastSeenDateTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "vmResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workerType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workerName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "systemData", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -6051,7 +6084,8 @@ { "Name": "Name", "AliasList": [ - "Group" + "RunbookWorker", + "RunbookWorkerId" ], "Type": { "Namespace": "System", @@ -6060,6 +6094,19 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "WorkerGroup", + "RunbookWorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, { "Name": "ResourceGroupName", "Type": { @@ -6107,7 +6154,8 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "Group" + "RunbookWorker", + "RunbookWorkerId" ], "Type": { "Namespace": "System", @@ -6116,11 +6164,30 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 2, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "WorkerGroup", + "RunbookWorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -6182,6 +6249,25 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "WorkerGroup", + "RunbookWorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -6244,9 +6330,9 @@ }, { "VerbName": "Get", - "NounName": "AzAutomationJob", - "Name": "Get-AzAutomationJob", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.GetAzureAutomationJob", + "NounName": "AzAutomationHybridRunbookWorkerGroup", + "Name": "Get-AzAutomationHybridRunbookWorkerGroup", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.GetAzureAutomationHybridRunbookWorkerGroup", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -6254,25 +6340,16 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Automation.Model", - "Name": "Microsoft.Azure.Commands.Automation.Model.Job", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Job, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Management.Automation.Models", + "Name": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "JobParameters": "System.Collections.Hashtable", - "CreationTime": "System.DateTimeOffset", - "LastModifiedTime": "System.DateTimeOffset", - "LastStatusModifiedTime": "System.DateTimeOffset", - "JobId": "System.Guid", - "StartTime": "System.Nullable`1[System.DateTimeOffset]", - "EndTime": "System.Nullable`1[System.DateTimeOffset]", - "ResourceGroupName": "System.String", - "AutomationAccountName": "System.String", - "Status": "System.String", - "StatusDetails": "System.String", - "Exception": "System.String", - "RunbookName": "System.String", - "HybridWorker": "System.String", - "StartedBy": "System.String" + "Credential": "Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty", + "SystemData": "Microsoft.Azure.Management.Automation.Models.SystemData", + "GroupType": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" }, "Methods": [ { @@ -6299,42 +6376,37 @@ } ], "Constructors": [ + { + "Name": "" + }, { "Name": "", "Parameters": [ { - "Name": "resourceGroupName", + "Name": "id", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "job", + "Name": "type", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "Parameters": [ + }, { - "Name": "resourceGroupName", + "Name": "groupType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "job", + "Name": "systemData", "Type": "System.Reflection.RuntimeParameterInfo" } ] - }, - { - "Name": "" } ] }, @@ -6345,21 +6417,10 @@ ], "Parameters": [ { - "Name": "Id", - "AliasList": [ - "JobId" - ], - "Type": { - "Namespace": "System", - "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "RunbookName", + "Name": "Name", "AliasList": [ - "Name" + "WorkerGroup", + "RunbookWorkerGroup" ], "Type": { "Namespace": "System", @@ -6368,52 +6429,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "Status", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateSet": [ - "Completed", - "Failed", - "Queued", - "Starting", - "Resuming", - "Running", - "Stopped", - "Stopping", - "Suspended", - "Suspending", - "Activating" - ], - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StartTime", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTimeOffset]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.DateTimeOffset" - ] - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EndTime", - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTimeOffset]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "GenericTypeArguments": [ - "System.DateTimeOffset" - ] - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "ResourceGroupName", "Type": { @@ -6455,23 +6470,647 @@ ], "ParameterSets": [ { - "Name": "ByJobId", + "Name": "ByName", "Parameters": [ { "ParameterMetadata": { - "Name": "Id", + "Name": "Name", "AliasList": [ - "JobId" + "WorkerGroup", + "RunbookWorkerGroup" ], "Type": { "Namespace": "System", - "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": -2147483648, + "Position": 2, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzAutomationHybridWorkerGroup", + "Name": "Get-AzAutomationHybridWorkerGroup", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.GetAzureAutomationHybridWorkerGroup", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByAll", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Automation.Model", + "Name": "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorkerGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorkerGroup, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RunbookWorker": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker]", + "ResourceGroupName": "System.String", + "AutomationAccountName": "System.String", + "Name": "System.String", + "GroupType": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "hybridRunbookWorkerGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "Group" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "Group" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Get", + "NounName": "AzAutomationJob", + "Name": "Get-AzAutomationJob", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.GetAzureAutomationJob", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByAll", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Automation.Model", + "Name": "Microsoft.Azure.Commands.Automation.Model.Job", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Job, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "JobParameters": "System.Collections.Hashtable", + "CreationTime": "System.DateTimeOffset", + "LastModifiedTime": "System.DateTimeOffset", + "LastStatusModifiedTime": "System.DateTimeOffset", + "JobId": "System.Guid", + "StartTime": "System.Nullable`1[System.DateTimeOffset]", + "EndTime": "System.Nullable`1[System.DateTimeOffset]", + "ResourceGroupName": "System.String", + "AutomationAccountName": "System.String", + "Status": "System.String", + "StatusDetails": "System.String", + "Exception": "System.String", + "RunbookName": "System.String", + "HybridWorker": "System.String", + "StartedBy": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "job", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "job", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Id", + "AliasList": [ + "JobId" + ], + "Type": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "RunbookName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Status", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateSet": [ + "Completed", + "Failed", + "Queued", + "Starting", + "Resuming", + "Running", + "Stopped", + "Stopping", + "Suspended", + "Suspending", + "Activating" + ], + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StartTime", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTimeOffset]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTimeOffset" + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EndTime", + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTimeOffset]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "GenericTypeArguments": [ + "System.DateTimeOffset" + ] + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByJobId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "JobId" + ], + "Type": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, @@ -6878,7 +7517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.JobStream", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobStream, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobStream, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Time": "System.DateTimeOffset", "JobId": "System.Guid", @@ -6962,7 +7601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.StreamType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.StreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.StreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -7045,7 +7684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.StreamType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.StreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.StreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -7146,7 +7785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.JobStreamRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobStreamRecord, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobStreamRecord, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.Collections.Hashtable", "Time": "System.DateTimeOffset", @@ -7385,7 +8024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Module", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Module, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Module, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsGlobal": "System.Boolean", "CreationTime": "System.DateTimeOffset", @@ -7653,7 +8292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.AgentRegistration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AgentRegistration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AgentRegistration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "AutomationAccountName": "System.String", @@ -7831,7 +8470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Runbook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LogVerbose": "System.Boolean", "LogProgress": "System.Boolean", @@ -8110,7 +8749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -8393,7 +9032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -8935,7 +9574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleConfiguration": "Microsoft.Azure.Commands.Automation.Model.Schedule", "ErrorInfo": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo", @@ -9267,7 +9906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetComputerType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ComputerType", "OperatingSystem": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType", @@ -9336,7 +9975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperatingSystem": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType", "Status": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus", @@ -9363,7 +10002,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus" ] @@ -9519,7 +10158,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus" ] @@ -9613,7 +10252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperatingSystem": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType", "Status": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus", @@ -9646,7 +10285,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus" ] @@ -9740,7 +10379,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus" ] @@ -9902,7 +10541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperatingSystem": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType", "Status": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus", @@ -9995,7 +10634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleConfiguration": "Microsoft.Azure.Commands.Automation.Model.Schedule", "ErrorInfo": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo", @@ -10017,7 +10656,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType" ] @@ -10029,7 +10668,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus" ] @@ -10185,7 +10824,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType" ] @@ -10203,7 +10842,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus" ] @@ -10297,7 +10936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleConfiguration": "Microsoft.Azure.Commands.Automation.Model.Schedule", "ErrorInfo": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo", @@ -10325,7 +10964,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType" ] @@ -10343,7 +10982,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus" ] @@ -10437,7 +11076,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType" ] @@ -10455,7 +11094,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus" ] @@ -10617,7 +11256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.SourceControl", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControl, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControl, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoSync": "System.Boolean", "PublishRunbook": "System.Boolean", @@ -10982,7 +11621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationTime": "System.DateTimeOffset", "SourceControlSyncJobId": "System.Guid", @@ -11053,7 +11692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobRecord, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobRecord, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationTime": "System.DateTimeOffset", "SourceControlSyncJobId": "System.Guid", @@ -11300,7 +11939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStream", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStream, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStream, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourceControlSyncJobId": "System.Guid", "Time": "System.Nullable`1[System.DateTimeOffset]", @@ -11374,7 +12013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStreamRecord", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStreamRecord, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStreamRecord, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.Collections.Hashtable", "SourceControlSyncJobId": "System.Guid", @@ -11477,7 +12116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.SourceControlSyncJobStreamType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.SourceControlSyncJobStreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.SourceControlSyncJobStreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -11578,7 +12217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Common", "Name": "Microsoft.Azure.Commands.Automation.Common.SourceControlSyncJobStreamType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.SourceControlSyncJobStreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Common.SourceControlSyncJobStreamType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -11679,7 +12318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Variable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Variable, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Variable, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encrypted": "System.Boolean", "CreationTime": "System.DateTimeOffset", @@ -11945,7 +12584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Webhook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Webhook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Webhook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -12308,7 +12947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.DscConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LogVerbose": "System.Boolean", "Tags": "System.Collections.Hashtable", @@ -12654,7 +13293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.NodeConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationTime": "System.DateTimeOffset", "LastModifiedTime": "System.DateTimeOffset", @@ -12934,7 +13573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Runbook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LogVerbose": "System.Boolean", "LogProgress": "System.Boolean", @@ -13372,6 +14011,313 @@ } ] }, + { + "VerbName": "Move", + "NounName": "AzAutomationHybridRunbookWorker", + "Name": "Move-AzAutomationHybridRunbookWorker", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.MoveAzureAutomationHybridRunbookWorker", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Management.Automation.Models", + "Name": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "SystemData": "Microsoft.Azure.Management.Automation.Models.SystemData", + "RegisteredDateTime": "System.DateTimeOffset", + "LastSeenDateTime": "System.DateTimeOffset", + "Ip": "System.String", + "VmResourceId": "System.String", + "WorkerType": "System.String", + "WorkerName": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ip", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "registeredDateTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastSeenDateTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "vmResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workerType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workerName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "systemData", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "RunbookWorker", + "RunbookWorkerId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "RunbookWorkerGroup", + "WorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TargetHybridRunbookWorkerGroupName", + "AliasList": [ + "TargetRunbookWorkerGroup", + "TargetWorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "RunbookWorker", + "RunbookWorkerId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "RunbookWorkerGroup", + "WorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetHybridRunbookWorkerGroupName", + "AliasList": [ + "TargetRunbookWorkerGroup", + "TargetWorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, { "VerbName": "New", "NounName": "AzAutomationAccount", @@ -13386,7 +14332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Automation.Models.EncryptionProperties", "Identity": "Microsoft.Azure.Management.Automation.Models.Identity", @@ -14202,7 +15148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exportable": "System.Boolean", "ExpiryTime": "System.DateTimeOffset", @@ -14491,21 +15437,359 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "Exportable", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + { + "ParameterMetadata": { + "Name": "Exportable", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzAutomationConnection", + "Name": "New-AzAutomationConnection", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.NewAzureAutomationConnection", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByConnectionName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Automation.Model", + "Name": "Microsoft.Azure.Commands.Automation.Model.Connection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Connection, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "FieldDefinitionValues": "System.Collections.Hashtable", + "CreationTime": "System.DateTimeOffset", + "LastModifiedTime": "System.DateTimeOffset", + "ConnectionTypeName": "System.String", + "ResourceGroupName": "System.String", + "AutomationAccountName": "System.String", + "Name": "System.String", + "Description": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accountAcccountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "connection", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ConnectionTypeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ConnectionFieldValues", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.IDictionary", + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByConnectionName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ConnectionTypeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ConnectionFieldValues", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.IDictionary", + "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Description", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -14568,24 +15852,23 @@ }, { "VerbName": "New", - "NounName": "AzAutomationConnection", - "Name": "New-AzAutomationConnection", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.NewAzureAutomationConnection", + "NounName": "AzAutomationCredential", + "Name": "New-AzAutomationCredential", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.NewAzureAutomationCredential", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByConnectionName", + "DefaultParameterSetName": "ByName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", - "Name": "Microsoft.Azure.Commands.Automation.Model.Connection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Connection, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "FieldDefinitionValues": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", "LastModifiedTime": "System.DateTimeOffset", - "ConnectionTypeName": "System.String", + "UserName": "System.String", "ResourceGroupName": "System.String", "AutomationAccountName": "System.String", "Name": "System.String", @@ -14628,7 +15911,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "connection", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -14654,29 +15937,20 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ConnectionTypeName", + "Name": "Description", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ConnectionFieldValues", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, "ValidateNotNullOrEmpty": false }, { - "Name": "Description", + "Name": "Value", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14721,7 +15995,7 @@ ], "ParameterSets": [ { - "Name": "ByConnectionName", + "Name": "ByName", "Parameters": [ { "ParameterMetadata": { @@ -14740,46 +16014,31 @@ }, { "ParameterMetadata": { - "Name": "ConnectionTypeName", + "Name": "Description", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConnectionFieldValues", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.IDictionary", - "AssemblyQualifiedName": "System.Collections.IDictionary, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 4, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Description", + "Name": "Value", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, @@ -14906,27 +16165,30 @@ }, { "VerbName": "New", - "NounName": "AzAutomationCredential", - "Name": "New-AzAutomationCredential", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.NewAzureAutomationCredential", - "SupportsShouldProcess": false, + "NounName": "AzAutomationHybridRunbookWorker", + "Name": "New-AzAutomationHybridRunbookWorker", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.NewAzureAutomationHybridRunbookWorker", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByName", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Automation.Model", - "Name": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Management.Automation.Models", + "Name": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationTime": "System.DateTimeOffset", - "LastModifiedTime": "System.DateTimeOffset", - "UserName": "System.String", - "ResourceGroupName": "System.String", - "AutomationAccountName": "System.String", + "SystemData": "Microsoft.Azure.Management.Automation.Models.SystemData", + "RegisteredDateTime": "System.DateTimeOffset", + "LastSeenDateTime": "System.DateTimeOffset", + "Ip": "System.String", + "VmResourceId": "System.String", + "WorkerType": "System.String", + "WorkerName": "System.String", + "Id": "System.String", "Name": "System.String", - "Description": "System.String" + "Type": "System.String" }, "Methods": [ { @@ -14953,25 +16215,53 @@ } ], "Constructors": [ + { + "Name": "" + }, { "Name": "", "Parameters": [ { - "Name": "resourceGroupName", + "Name": "id", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountAcccountName", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credential", + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ip", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "registeredDateTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastSeenDateTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "vmResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workerType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "workerName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "systemData", "Type": "System.Reflection.RuntimeParameterInfo" } ] - }, - { - "Name": "" } ] }, @@ -14983,6 +16273,10 @@ "Parameters": [ { "Name": "Name", + "AliasList": [ + "RunbookWorker", + "RunbookWorkerId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -14991,22 +16285,29 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Description", + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "RunbookWorkerGroup", + "WorkerGroup" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Value", + "Name": "VmResourceId", + "AliasList": [ + "VMId" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", @@ -15049,11 +16350,15 @@ ], "ParameterSets": [ { - "Name": "ByName", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "RunbookWorker", + "RunbookWorkerId" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -15063,38 +16368,45 @@ }, "Mandatory": true, "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Description", + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "RunbookWorkerGroup", + "WorkerGroup" + ], "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Value", + "Name": "VmResourceId", + "AliasList": [ + "VMId" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -15153,10 +16465,196 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzAutomationHybridRunbookWorkerGroup", + "Name": "New-AzAutomationHybridRunbookWorkerGroup", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.NewAzureAutomationHybridRunbookWorkerGroup", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Management.Automation.Models", + "Name": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Credential": "Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty", + "SystemData": "Microsoft.Azure.Management.Automation.Models.SystemData", + "GroupType": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "groupType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "systemData", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "WorkerGroup", + "RunbookWorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "CredentialName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "WorkerGroup", + "RunbookWorkerGroup" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CredentialName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -15231,7 +16729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.AgentRegistration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AgentRegistration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AgentRegistration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "AutomationAccountName": "System.String", @@ -15441,7 +16939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Module", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Module, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Module, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsGlobal": "System.Boolean", "CreationTime": "System.DateTimeOffset", @@ -15681,7 +17179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Runbook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LogVerbose": "System.Boolean", "LogProgress": "System.Boolean", @@ -16209,7 +17707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -16326,7 +17824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Cmdlet", "Name": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth" }, "ValidateNotNullOrEmpty": false @@ -16348,7 +17846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Cmdlet", "Name": "Microsoft.Azure.Commands.Automation.Cmdlet.DayOfWeekOccurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DayOfWeekOccurrence, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DayOfWeekOccurrence, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -16801,7 +18299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Cmdlet", "Name": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth" }, "ValidateNotNullOrEmpty": false @@ -17003,7 +18501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Cmdlet", "Name": "Microsoft.Azure.Commands.Automation.Cmdlet.DayOfWeekOccurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DayOfWeekOccurrence, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DayOfWeekOccurrence, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -17680,7 +19178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleConfiguration": "Microsoft.Azure.Commands.Automation.Model.Schedule", "ErrorInfo": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo", @@ -17730,7 +19228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -17839,7 +19337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties" }, "ValidateNotNullOrEmpty": false @@ -17849,7 +19347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties" }, "ValidateNotNullOrEmpty": false @@ -17868,7 +19366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -17877,7 +19375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses" }, "ValidateNotNullOrEmpty": false @@ -17907,7 +19405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses" }, "ValidateNotNullOrEmpty": false @@ -17981,7 +19479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -18120,7 +19618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties" }, "ValidateNotNullOrEmpty": false @@ -18136,7 +19634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties" }, "ValidateNotNullOrEmpty": false @@ -18167,7 +19665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -18258,7 +19756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses" }, "ValidateNotNullOrEmpty": false @@ -18306,7 +19804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -18445,7 +19943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties" }, "ValidateNotNullOrEmpty": false @@ -18461,7 +19959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties" }, "ValidateNotNullOrEmpty": false @@ -18492,7 +19990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -18583,7 +20081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses" }, "ValidateNotNullOrEmpty": false @@ -18631,7 +20129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -18770,7 +20268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties" }, "ValidateNotNullOrEmpty": false @@ -18786,7 +20284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties[], Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "ElementType": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties" }, "ValidateNotNullOrEmpty": false @@ -18817,7 +20315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -18900,7 +20398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.SourceControl", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControl, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControl, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoSync": "System.Boolean", "PublishRunbook": "System.Boolean", @@ -19311,7 +20809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TagSettings": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagSettings", "Locations": "System.String[]", @@ -19390,7 +20888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -19493,7 +20991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null" }, "ValidateNotNullOrEmpty": false }, @@ -19576,7 +21074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Variable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Variable, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Variable, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encrypted": "System.Boolean", "CreationTime": "System.DateTimeOffset", @@ -19914,7 +21412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Webhook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Webhook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Webhook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -20275,7 +21773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Runbook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LogVerbose": "System.Boolean", "LogProgress": "System.Boolean", @@ -20945,7 +22443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -21283,76 +22781,441 @@ }, { "VerbName": "Remove", - "NounName": "AzAutomationAccount", - "Name": "Remove-AzAutomationAccount", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationAccount", + "NounName": "AzAutomationAccount", + "Name": "Remove-AzAutomationAccount", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationAccount", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Automation.Model", + "Name": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Encryption": "Microsoft.Azure.Management.Automation.Models.EncryptionProperties", + "Identity": "Microsoft.Azure.Management.Automation.Models.Identity", + "Tags": "System.Collections.Hashtable", + "CreationTime": "System.DateTimeOffset", + "LastModifiedTime": "System.DateTimeOffset", + "PublicNetworkAccess": "System.Nullable`1[System.Boolean]", + "SubscriptionId": "System.String", + "ResourceGroupName": "System.String", + "AutomationAccountName": "System.String", + "Location": "System.String", + "State": "System.String", + "Plan": "System.String", + "LastModifiedBy": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "automationAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "AutomationAccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "AutomationAccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzAutomationCertificate", + "Name": "Remove-AzAutomationCertificate", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationCertificate", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByCertificateName", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByCertificateName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzAutomationConnection", + "Name": "Remove-AzAutomationConnection", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationConnection", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "ByName", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Automation.Model", - "Name": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Encryption": "Microsoft.Azure.Management.Automation.Models.EncryptionProperties", - "Identity": "Microsoft.Azure.Management.Automation.Models.Identity", - "Tags": "System.Collections.Hashtable", - "CreationTime": "System.DateTimeOffset", - "LastModifiedTime": "System.DateTimeOffset", - "PublicNetworkAccess": "System.Nullable`1[System.Boolean]", - "SubscriptionId": "System.String", - "ResourceGroupName": "System.String", - "AutomationAccountName": "System.String", - "Location": "System.String", - "State": "System.String", - "Plan": "System.String", - "LastModifiedBy": "System.String" - }, - "Methods": [ - { - "Name": "GetType", - "ReturnType": "System.Type" - }, - { - "Name": "ToString", - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Object" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "ReturnType": "System.Int32" - } - ], - "Constructors": [ - { - "Name": "", - "Parameters": [ - { - "Name": "resourceGroupName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "automationAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "" - } - ] + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -21360,20 +23223,8 @@ } ], "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "Name", - "AliasList": [ - "AutomationAccountName" - ], "Type": { "Namespace": "System", "Name": "System.String", @@ -21390,140 +23241,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - } - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "AutomationAccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - } - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ] - }, - { - "VerbName": "Remove", - "NounName": "AzAutomationCertificate", - "Name": "Remove-AzAutomationCertificate", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationCertificate", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ByCertificateName", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, { "Name": "ResourceGroupName", "Type": { @@ -21565,7 +23282,7 @@ ], "ParameterSets": [ { - "Name": "ByCertificateName", + "Name": "ByName", "Parameters": [ { "ParameterMetadata": { @@ -21582,6 +23299,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -21705,9 +23437,9 @@ }, { "VerbName": "Remove", - "NounName": "AzAutomationConnection", - "Name": "Remove-AzAutomationConnection", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationConnection", + "NounName": "AzAutomationConnectionType", + "Name": "Remove-AzAutomationConnectionType", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationConnectionType", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -21939,9 +23671,9 @@ }, { "VerbName": "Remove", - "NounName": "AzAutomationConnectionType", - "Name": "Remove-AzAutomationConnectionType", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationConnectionType", + "NounName": "AzAutomationCredential", + "Name": "Remove-AzAutomationCredential", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationCredential", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -21968,15 +23700,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "ResourceGroupName", "Type": { @@ -22035,21 +23758,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -22173,13 +23881,13 @@ }, { "VerbName": "Remove", - "NounName": "AzAutomationCredential", - "Name": "Remove-AzAutomationCredential", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationCredential", + "NounName": "AzAutomationDscConfiguration", + "Name": "Remove-AzAutomationDscConfiguration", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationDscConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ByName", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { @@ -22195,6 +23903,9 @@ "Parameters": [ { "Name": "Name", + "AliasList": [ + "ConfigurationName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -22202,6 +23913,15 @@ }, "ValidateNotNullOrEmpty": true }, + { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "ResourceGroupName", "Type": { @@ -22243,11 +23963,14 @@ ], "ParameterSets": [ { - "Name": "ByName", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { "Name": "Name", + "AliasList": [ + "ConfigurationName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -22260,6 +23983,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -22317,10 +24055,152 @@ "ValueFromPipelineByPropertyName": false } ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzAutomationDscNodeConfiguration", + "Name": "Remove-AzAutomationDscNodeConfiguration", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationDscNodeConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "NodeConfigurationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IgnoreNodeMappings", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true }, + { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "NodeConfigurationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IgnoreNodeMappings", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -22383,9 +24263,9 @@ }, { "VerbName": "Remove", - "NounName": "AzAutomationDscConfiguration", - "Name": "Remove-AzAutomationDscConfiguration", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationDscConfiguration", + "NounName": "AzAutomationHybridRunbookWorker", + "Name": "Remove-AzAutomationHybridRunbookWorker", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationHybridRunbookWorker", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -22406,7 +24286,8 @@ { "Name": "Name", "AliasList": [ - "ConfigurationName" + "RunbookWorker", + "RunbookWorkerId" ], "Type": { "Namespace": "System", @@ -22416,13 +24297,17 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Force", + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "RunbookWorkerGroup", + "WorkerGroup" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "ResourceGroupName", @@ -22471,7 +24356,8 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "ConfigurationName" + "RunbookWorker", + "RunbookWorkerId" ], "Type": { "Namespace": "System", @@ -22487,17 +24373,21 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "HybridRunbookWorkerGroupName", + "AliasList": [ + "RunbookWorkerGroup", + "WorkerGroup" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": 3, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -22562,9 +24452,9 @@ }, { "VerbName": "Remove", - "NounName": "AzAutomationDscNodeConfiguration", - "Name": "Remove-AzAutomationDscNodeConfiguration", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationDscNodeConfiguration", + "NounName": "AzAutomationHybridRunbookWorkerGroup", + "Name": "Remove-AzAutomationHybridRunbookWorkerGroup", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.RemoveAzureAutomationHybridRunbookWorkerGroup", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -22585,7 +24475,8 @@ { "Name": "Name", "AliasList": [ - "NodeConfigurationName" + "RunbookWorkerGroup", + "WorkerGroup" ], "Type": { "Namespace": "System", @@ -22594,24 +24485,6 @@ }, "ValidateNotNullOrEmpty": true }, - { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IgnoreNodeMappings", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "ResourceGroupName", "Type": { @@ -22659,7 +24532,8 @@ "ParameterMetadata": { "Name": "Name", "AliasList": [ - "NodeConfigurationName" + "RunbookWorkerGroup", + "WorkerGroup" ], "Type": { "Namespace": "System", @@ -22673,36 +24547,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IgnoreNodeMappings", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -23763,7 +25607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleConfiguration": "Microsoft.Azure.Commands.Automation.Model.Schedule", "ErrorInfo": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo", @@ -23929,7 +25773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleConfiguration": "Microsoft.Azure.Commands.Automation.Model.Schedule", "ErrorInfo": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo", @@ -24752,7 +26596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.AutomationAccount, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Automation.Models.EncryptionProperties", "Identity": "Microsoft.Azure.Management.Automation.Models.Identity", @@ -25514,7 +27358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CertificateInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exportable": "System.Boolean", "ExpiryTime": "System.DateTimeOffset", @@ -25901,7 +27745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Connection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Connection, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Connection, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FieldDefinitionValues": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -26215,7 +28059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CredentialInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationTime": "System.DateTimeOffset", "LastModifiedTime": "System.DateTimeOffset", @@ -26516,9 +28360,360 @@ }, { "VerbName": "Set", - "NounName": "AzAutomationDscNode", - "Name": "Set-AzAutomationDscNode", - "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.SetAzureAutomationDscNode", + "NounName": "AzAutomationDscNode", + "Name": "Set-AzAutomationDscNode", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.SetAzureAutomationDscNode", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Automation.Model", + "Name": "Microsoft.Azure.Commands.Automation.Model.DscNode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscNode, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RegistrationTime": "System.DateTimeOffset", + "LastSeen": "System.DateTimeOffset", + "ResourceGroupName": "System.String", + "AutomationAccountName": "System.String", + "Name": "System.String", + "IpAddress": "System.String", + "Id": "System.String", + "NodeConfigurationName": "System.String", + "Status": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "", + "Parameters": [ + { + "Name": "resourceGroupName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "automationAccountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "node", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "" + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Id", + "AliasList": [ + "NodeId" + ], + "Type": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NodeConfigurationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ById", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [ + "NodeId" + ], + "Type": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "NodeConfigurationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "NodeConfigurationName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AutomationAccountName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Set", + "NounName": "AzAutomationHybridRunbookWorkerGroup", + "Name": "Set-AzAutomationHybridRunbookWorkerGroup", + "ClassName": "Microsoft.Azure.Commands.Automation.Cmdlet.SetAzureAutomationHybridRunbookWorkerGroup", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -26526,19 +28721,16 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Automation.Model", - "Name": "Microsoft.Azure.Commands.Automation.Model.DscNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscNode, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Management.Automation.Models", + "Name": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RegistrationTime": "System.DateTimeOffset", - "LastSeen": "System.DateTimeOffset", - "ResourceGroupName": "System.String", - "AutomationAccountName": "System.String", - "Name": "System.String", - "IpAddress": "System.String", + "Credential": "Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty", + "SystemData": "Microsoft.Azure.Management.Automation.Models.SystemData", + "GroupType": "System.String", "Id": "System.String", - "NodeConfigurationName": "System.String", - "Status": "System.String" + "Name": "System.String", + "Type": "System.String" }, "Methods": [ { @@ -26565,25 +28757,37 @@ } ], "Constructors": [ + { + "Name": "" + }, { "Name": "", "Parameters": [ { - "Name": "resourceGroupName", + "Name": "id", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "automationAccountName", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "node", + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "groupType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "systemData", "Type": "System.Reflection.RuntimeParameterInfo" } ] - }, - { - "Name": "" } ] }, @@ -26594,33 +28798,25 @@ ], "Parameters": [ { - "Name": "Id", + "Name": "Name", "AliasList": [ - "NodeId" + "WorkerGroup", + "RunbookWorkerGroup" ], "Type": { "Namespace": "System", - "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": true }, { - "Name": "NodeConfigurationName", + "Name": "CredentialName", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, "ValidateNotNullOrEmpty": false }, { @@ -26664,29 +28860,15 @@ ], "ParameterSets": [ { - "Name": "ById", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "Id", + "Name": "Name", "AliasList": [ - "NodeId" + "WorkerGroup", + "RunbookWorkerGroup" ], - "Type": { - "Namespace": "System", - "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "NodeConfigurationName", "Type": { "Namespace": "System", "Name": "System.String", @@ -26695,116 +28877,25 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "Position": 2, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutomationAccountName", + "Name": "CredentialName", "Type": { "Namespace": "System", "Name": "System.String", "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - } - }, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "NodeConfigurationName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Force", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -26879,7 +28970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Module", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Module, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Module, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsGlobal": "System.Boolean", "CreationTime": "System.DateTimeOffset", @@ -27234,7 +29325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Runbook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Runbook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LogVerbose": "System.Boolean", "LogProgress": "System.Boolean", @@ -27687,7 +29778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -28051,7 +30142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Variable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Variable, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Variable, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encrypted": "System.Boolean", "CreationTime": "System.DateTimeOffset", @@ -28465,7 +30556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Webhook", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Webhook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Webhook, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -28760,7 +30851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.CompilationJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CompilationJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.CompilationJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobParameters": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -29048,7 +31139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Job": "Microsoft.Azure.Commands.Automation.Model.Job", "JobSchedule": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", @@ -29265,7 +31356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -29300,7 +31391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Job": "Microsoft.Azure.Commands.Automation.Model.Job", "JobSchedule": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", @@ -29398,7 +31489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -29540,7 +31631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Job": "Microsoft.Azure.Commands.Automation.Model.Job", "JobSchedule": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", @@ -29695,7 +31786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Job", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Job, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Job, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobParameters": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -30224,7 +32315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationTime": "System.DateTimeOffset", "SourceControlSyncJobId": "System.Guid", @@ -30510,7 +32601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Job": "Microsoft.Azure.Commands.Automation.Model.Job", "JobSchedule": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", @@ -30756,7 +32847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Job": "Microsoft.Azure.Commands.Automation.Model.Job", "JobSchedule": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", @@ -31175,7 +33266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.DscNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscNode, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DscNode, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RegistrationTime": "System.DateTimeOffset", "LastSeen": "System.DateTimeOffset", @@ -31872,7 +33963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.SourceControl", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControl, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.SourceControl, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoSync": "System.Boolean", "PublishRunbook": "System.Boolean", @@ -32408,7 +34499,7 @@ "Microsoft.Azure.Management.Automation.Models.EncryptionProperties": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.EncryptionProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.EncryptionProperties, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.EncryptionProperties, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity", "KeyVaultProperties": "Microsoft.Azure.Management.Automation.Models.KeyVaultProperties", @@ -32464,7 +34555,7 @@ "Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentity": "System.Object" }, @@ -32520,7 +34611,7 @@ "Microsoft.Azure.Management.Automation.Models.KeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.KeyVaultProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.KeyVaultProperties, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.KeyVaultProperties, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyvaultUri": "System.String", "KeyName": "System.String", @@ -32576,7 +34667,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType" ] @@ -32584,7 +34675,7 @@ "Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -32676,7 +34767,7 @@ "Microsoft.Azure.Management.Automation.Models.Identity": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.Identity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.Identity, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.Identity, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Automation.Models.ResourceIdentityType]", @@ -32737,7 +34828,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "System.String", "Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue" @@ -32746,7 +34837,7 @@ "Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -32797,7 +34888,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Automation.Models.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Automation.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Automation.Models.ResourceIdentityType, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Automation.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Automation.Models.ResourceIdentityType" ] @@ -32805,7 +34896,7 @@ "Microsoft.Azure.Management.Automation.Models.ResourceIdentityType": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.ResourceIdentityType, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.ResourceIdentityType, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -32923,7 +35014,7 @@ "Microsoft.Azure.Commands.Automation.Model.Job": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Job", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Job, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Job, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobParameters": "System.Collections.Hashtable", "CreationTime": "System.DateTimeOffset", @@ -33008,7 +35099,7 @@ "Microsoft.Azure.Commands.Automation.Model.JobSchedule": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.JobSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.JobSchedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -33074,10 +35165,127 @@ "System.Collections.Generic.IDictionary`2[System.String,System.String]" ] }, + "Microsoft.Azure.Management.Automation.Models.SystemData": { + "Namespace": "Microsoft.Azure.Management.Automation.Models", + "Name": "Microsoft.Azure.Management.Automation.Models.SystemData", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.SystemData, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreatedAt": "System.Nullable`1[System.DateTimeOffset]", + "LastModifiedAt": "System.Nullable`1[System.DateTimeOffset]", + "CreatedBy": "System.String", + "CreatedByType": "System.String", + "LastModifiedBy": "System.String", + "LastModifiedByType": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "createdBy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "createdByType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "createdAt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastModifiedBy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastModifiedByType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastModifiedAt", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty": { + "Namespace": "Microsoft.Azure.Management.Automation.Models", + "Name": "Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.RunAsCredentialAssociationProperty, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Name": "System.String" + }, + "Methods": [ + { + "Name": "GetType", + "ReturnType": "System.Type" + }, + { + "Name": "ToString", + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Object" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "ReturnType": "System.Int32" + } + ], + "Constructors": [ + { + "Name": "" + }, + { + "Name": "", + "Parameters": [ + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker" ] @@ -33085,7 +35293,7 @@ "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorker, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RegistrationTime": "System.DateTimeOffset", "LastSeenDateTime": "System.DateTimeOffset", @@ -33134,7 +35342,7 @@ "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DayOfWeek": "Microsoft.Azure.Commands.Automation.Model.DayOfWeek", "DaysOfMonth": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth]" @@ -33172,7 +35380,7 @@ "Microsoft.Azure.Commands.Automation.Model.DayOfWeek": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DayOfWeek, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.DayOfWeek, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Occurrence": "System.String", "Day": "System.String" @@ -33210,7 +35418,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth" ] @@ -33218,7 +35426,7 @@ "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth": { "Namespace": "Microsoft.Azure.Commands.Automation.Cmdlet", "Name": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Cmdlet.DaysOfMonth, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -33305,7 +35513,7 @@ "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -33392,7 +35600,7 @@ "Microsoft.Azure.Commands.Automation.Model.WeeklyScheduleOptions": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.WeeklyScheduleOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.WeeklyScheduleOptions, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.WeeklyScheduleOptions, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DaysOfWeek": "System.Collections.Generic.IList`1[System.String]" }, @@ -33437,7 +35645,7 @@ "Microsoft.Azure.Management.Automation.Models.AdvancedSchedule": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.AdvancedSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.AdvancedSchedule, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.AdvancedSchedule, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyOccurrences": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence]", "MonthDays": "System.Collections.Generic.IList`1[System.Int32]", @@ -33493,7 +35701,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence" ] @@ -33501,7 +35709,7 @@ "Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence, Microsoft.Azure.Management.Automation, Version=3.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence, Microsoft.Azure.PowerShell.Automation.Sdk, Version=1.7.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Occurrence": "System.Nullable`1[System.Int32]", "Day": "System.String" @@ -33568,7 +35776,7 @@ "Microsoft.Azure.Commands.Automation.Model.Schedule": { "Namespace": "Microsoft.Azure.Commands.Automation.Model", "Name": "Microsoft.Azure.Commands.Automation.Model.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.Schedule, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MonthlyScheduleOptions": "Microsoft.Azure.Commands.Automation.Model.MonthlyScheduleOptions", "Frequency": "Microsoft.Azure.Commands.Automation.Model.ScheduleFrequency", @@ -33640,7 +35848,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Code": "System.String", "Message": "System.String" @@ -33678,7 +35886,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Tasks": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Tasks", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Tasks, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Tasks, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PreTask": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Task", "PostTask": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Task" @@ -33716,7 +35924,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Task": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Task", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Task, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.Task, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "source": "System.String" @@ -33754,7 +35962,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateConfiguration": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Linux": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxConfiguration", "OperatingSystem": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType", @@ -33797,7 +36005,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxConfiguration": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "rebootSetting": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting", "IncludedPackageClassifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses]", @@ -33837,7 +36045,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -33924,7 +36132,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses" ] @@ -33932,7 +36140,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.LinuxPackageClasses, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -34019,7 +36227,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -34106,7 +36314,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateTargets": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateTargets", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateTargets, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateTargets, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureQueries": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties]", "NonAzureQueries": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties]" @@ -34144,7 +36352,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties" ] @@ -34152,7 +36360,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.AzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TagSettings": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagSettings", "Locations": "System.String[]", @@ -34191,7 +36399,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagSettings": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagSettings, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagSettings, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FilterOperator": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.List`1[System.String]]" @@ -34229,7 +36437,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.TagOperators, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -34339,7 +36547,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties" ] @@ -34347,7 +36555,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.NonAzureQueryProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FunctionAlias": "System.String", "WorkspaceResourceId": "System.String" @@ -34385,7 +36593,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsConfiguration": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "rebootSetting": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.RebootSetting", "IncludedUpdateClassifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses]", @@ -34425,7 +36633,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses" ] @@ -34433,7 +36641,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.WindowsUpdateClasses, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -34533,7 +36741,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ComputerType": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ComputerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ComputerType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.ComputerType, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -34620,7 +36828,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -34707,7 +36915,7 @@ "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus": { "Namespace": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement", "Name": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Methods": [ { "Name": "Equals", @@ -34794,7 +37002,7 @@ "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTasks": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTasks", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTasks, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTasks, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PreTask": "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTaskProperties", "PostTask": "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTaskProperties" @@ -34845,7 +37053,7 @@ "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTaskProperties": { "Namespace": "Microsoft.Azure.Management.Automation.Models", "Name": "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTaskProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTaskProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Automation.Models.SoftareUpdateConfigurationRunTaskProperties, Microsoft.Azure.PowerShell.Cmdlets.Automation, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.String", "Source": "System.String",